Age of child 1
Calculated variable in STATA
Values | Categories | N | |||
0 | 198 |
|
|||
1 | 249 |
|
|||
2 | 238 |
|
|||
3 | 206 |
|
|||
4 | 273 |
|
|||
5 | 261 |
|
|||
6 | 262 |
|
|||
7 | 223 |
|
|||
8 | 278 |
|
|||
9 | 255 |
|
|||
10 | 256 |
|
|||
11 | 243 |
|
|||
12 | 236 |
|
|||
13 | 243 |
|
|||
14 | 216 |
|
|||
15 | 234 |
|
|||
16 | 208 |
|
|||
17 | 199 |
|
|||
18 | 177 |
|
|||
19 | 156 |
|
|||
20 | 162 |
|
|||
21 | 157 |
|
|||
22 | 146 |
|
|||
23 | 177 |
|
|||
24 | 171 |
|
|||
25 | 168 |
|
|||
26 | 188 |
|
|||
27 | 179 |
|
|||
28 | 179 |
|
|||
29 | 189 |
|
|||
30 | 152 |
|
|||
31 | 153 |
|
|||
32 | 130 |
|
|||
33 | 148 |
|
|||
34 | 146 |
|
|||
35 | 122 |
|
|||
36 | 109 |
|
|||
37 | 97 |
|
|||
38 | 126 |
|
|||
39 | 95 |
|
|||
40 | 79 |
|
|||
41 | 67 |
|
|||
42 | 60 |
|
|||
43 | 70 |
|
|||
44 | 57 |
|
|||
45 | 63 |
|
|||
46 | 50 |
|
|||
47 | 48 |
|
|||
48 | 38 |
|
|||
49 | 24 |
|
|||
50 | 18 |
|
|||
51 | 23 |
|
|||
52 | 14 |
|
|||
53 | 9 |
|
|||
54 | 12 |
|
|||
55 | 13 |
|
|||
56 | 12 |
|
|||
57 | 9 |
|
|||
58 | 8 |
|
|||
64 | 1 |
|
|||
68 | 1 |
|
|||
77 | 1 |
|
|||
103 | 1 |
|
|||
997 | Does not know | 0 | |||
998 | Refusal | 24 | |||
999 | Not applicable/no response/reporting error | 41 | |||
Sysmiss | 6509 |
Valid cases | 8283 |
Missing cases | 6574 |
Minimum | 0.0 |
Maximum | 103.0 |
Mean | 19.181 |
Standard deviation | 13.282 |
This variable is numeric |
IF a201 = "1-yes" & IF totalchildren > 0
STATA script to calculate this variable:
forval x=1(1)20 {
replace childage_`x'=a227y_`x' if missing(a227y_`x')
replace childage_`x'=((((intdatey-1900)*12+intdatem) - ((a227y_`x'-1900)*12+a227m_`x')))/12 if !missing(a227y_`x')
replace childage_`x'=((((intdatey-1900)*12+intdatem) - ((a227y_`x'-1900)*12+6)))/12 if !missing(a227y_`x') & missing(a227m_`x') replace childage_`x'=int(childage_`x')
}
This is the Metadata Index for a Nesstar Server.
Nesstar is a tool used for analysing, visualising and downloading datasets.
Click the "Explore Dataset" button to open the dataset.