Age of child 2
Calculated variable in STATA
Values | Categories | N | |||
-1 | 2 |
|
|||
0 | 215 |
|
|||
1 | 214 |
|
|||
2 | 219 |
|
|||
3 | 259 |
|
|||
4 | 226 |
|
|||
5 | 217 |
|
|||
6 | 225 |
|
|||
7 | 230 |
|
|||
8 | 210 |
|
|||
9 | 222 |
|
|||
10 | 186 |
|
|||
11 | 214 |
|
|||
12 | 190 |
|
|||
13 | 166 |
|
|||
14 | 148 |
|
|||
15 | 160 |
|
|||
16 | 135 |
|
|||
17 | 121 |
|
|||
18 | 123 |
|
|||
19 | 113 |
|
|||
20 | 123 |
|
|||
21 | 99 |
|
|||
22 | 110 |
|
|||
23 | 124 |
|
|||
24 | 115 |
|
|||
25 | 136 |
|
|||
26 | 137 |
|
|||
27 | 122 |
|
|||
28 | 131 |
|
|||
29 | 131 |
|
|||
30 | 128 |
|
|||
31 | 128 |
|
|||
32 | 101 |
|
|||
33 | 91 |
|
|||
34 | 68 |
|
|||
35 | 101 |
|
|||
36 | 77 |
|
|||
37 | 75 |
|
|||
38 | 76 |
|
|||
39 | 50 |
|
|||
40 | 46 |
|
|||
41 | 49 |
|
|||
42 | 56 |
|
|||
43 | 41 |
|
|||
44 | 35 |
|
|||
45 | 35 |
|
|||
46 | 28 |
|
|||
47 | 15 |
|
|||
48 | 18 |
|
|||
49 | 15 |
|
|||
50 | 10 |
|
|||
51 | 13 |
|
|||
52 | 8 |
|
|||
53 | 6 |
|
|||
54 | 10 |
|
|||
55 | 5 |
|
|||
56 | 4 |
|
|||
57 | 2 |
|
|||
60 | 1 |
|
|||
64 | 1 |
|
|||
86 | 1 |
|
|||
101 | 1 |
|
|||
997 | Does not know | 0 | |||
998 | Refusal | 26 | |||
999 | Not applicable/no response/reporting error | 36 | |||
Sysmiss | 8477 |
Valid cases | 6318 |
Missing cases | 8539 |
Minimum | -1.0 |
Maximum | 101.0 |
Mean | 17.467 |
Standard deviation | 12.981 |
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.