-
Notifications
You must be signed in to change notification settings - Fork 31
/
_pkgdown.yml
173 lines (170 loc) · 4.89 KB
/
_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
title: DemoTools
url: https://timriffe.github.io/DemoTools/
template:
params:
bootswatch: yeti
home:
strip_header: true
title: DemoTools
description: Do you love demography and data? If so, you might enjoy using this package.
links:
- text: United Nations Population Division
href: https://www.un.org/development/desa/pd/
- text: Browse source code
href: https://github.com/timriffe/DemoTools/
reference:
- title: "Evaluate age structure"
desc: Indicators to evaluate the degreee of age heaping
contents:
- starts_with("check_heaping")
- title: "Evaluate consistency of age structures"
desc: Methods to assess the consistency of age structures
contents:
- '`ageRatioScore`'
- '`sexRatioScore`'
- '`ageSexAccuracy`'
- '`IRD`'
- '`ID`'
- '`survRatioError`'
- title: "Evaluate patterns of heaping"
desc: Methods to assess in which ages heaping happens
contents:
- '`check_heaping_sawtooth`'
- '`check_heaping_roughness`'
- title: "Graduation"
desc: Functions to graduate demographic counts. Methods include Sprague, Beers ordinary, Beers modified, monotone spline, PCLM and uniform.
contents:
- '`graduate`'
- title: "Smoothing"
desc: Functions to smooth demographic counts. Methods include Carrier-Farrag, KKN, Arriaga, United Nations, Strong, spencer, Zigzag, Zelnik, MAV.
contents:
- '`smooth_age_5`'
- '`agesmth1`'
- title: "Lifetable"
desc: Functions to construct a lifetable
contents:
- '`lt_abridged`'
- '`lt_single_mx`'
- '`lt_single_qx`'
- '`lt_single2abridged`'
- '`lt_abridged2single`'
- '`lt_ambiguous`'
- '`lt_smooth_ambiguous`'
- title: "Interpolation"
desc: Functions to interpolate counts
contents:
- '`interp`'
- '`interp_coh`'
- title: "Extrapolation"
desc: Functions to interpolate/extrapolate rates or counts
contents:
- '`interp_lc_lim`'
- '`lt_rule_m_extrapolate`'
- '`OPAG`'
- title: "Migration"
desc: Functions for migration models or estimation
contents:
- starts_with("mig_")
- title: "Miscelaneous data operations"
contents:
- '`groupAges`'
- '`rescaleAgeGroups`'
- title: "Internal graduation"
contents:
- starts_with("graduate_")
- '`splitOscillate`'
- title: "Internal smoothing"
contents:
- starts_with("smooth_")
- ends_with("smth1")
- '`spencer`'
- '`zelnik`'
- title: "Auxiliary lifetable functions"
contents:
- starts_with("lt_")
- '`single2abridged`'
- title: "Auxiliary checking functions"
contents:
- starts_with("is_")
- title: "Datasets"
contents:
- starts_with("pop")
- title: "Auxiliary population structure functions"
contents:
- '`basepop_five`'
- '`calcAgeN`'
- '`shift_census_ages_to_cohorts`'
- '`dec.date`'
- '`dth5_zigzag`'
- '`fitted_logquad_b`'
- '`fitted_logquad_f`'
- '`fitted_logquad_m`'
- title: "Internal"
desc: Internal functions
contents:
- '`OPAG_fit_stable_standard`'
- '`OPAG_nLx_warp_r`'
- '`OPAG_r_min`'
- '`OPAG_simple`'
- '`downloadSRB`'
- '`downloadnLx`'
- '`ADM`'
- '`age2ageN`'
- '`age2int`'
- '`AGEN`'
- '`ageSexAccuracyDasGupta`'
- '`age_abridge_force`'
- '`avg_adj`'
- '`birthCohorts`'
- '`calcAgeAbr`'
- '`getModelLifeTable`'
- '`groupAges`'
- '`groupOAG`'
- '`heapify`'
- '`inferAgeIntAbr`'
- '`int2age`'
- '`int2ageN`'
- '`interpolatePop`'
- '`ma`'
- '`mav`'
- '`maxA2abridged`'
- '`names2age`'
- '`ratx`'
- '`rescale_vector`'
- '`RDM`'
- '`rlog`'
- '`shift.vector`'
- '`simplify.text`'
- '`surv10`'
- '`surv5`'
- '`survN`'
navbar:
type: reverse
title: "DemoTools"
left:
- icon: fa-home
href: index.html
- text: "Short manuals"
menu:
- text: Handle age heaping
href: articles/Age-heaping_quality_with_Demotools.html
- text: Graduate demographic counts
href: articles/graduation_with_demotools.html
- text: Smooth demographic counts
href: articles/smoothing_with_demotools.html
- text: Construct a lifetable
href: articles/lifetables_with_demotools.html
- text: Model migration
href: articles/migration_with_demotools.html
- text: "Case study"
href: articles/case_study_1.html
- text: "Functions"
href: reference/index.html
- text: "News"
href: news/index.html
right:
- icon: fa-twitter
href: https://twitter.com/timriffe1
- icon: fa-github fa-lg
text: "github"
href: https://github.com/timriffe/DemoTools/