Age of child 3
Calculated variable in STATA
Values | Categories | N | |||
0 | 167 |
|
|||
1 | 146 |
|
|||
2 | 147 |
|
|||
3 | 148 |
|
|||
4 | 149 |
|
|||
5 | 146 |
|
|||
6 | 129 |
|
|||
7 | 148 |
|
|||
8 | 145 |
|
|||
9 | 127 |
|
|||
10 | 125 |
|
|||
11 | 117 |
|
|||
12 | 74 |
|
|||
13 | 78 |
|
|||
14 | 92 |
|
|||
15 | 56 |
|
|||
16 | 57 |
|
|||
17 | 64 |
|
|||
18 | 55 |
|
|||
19 | 54 |
|
|||
20 | 50 |
|
|||
21 | 54 |
|
|||
22 | 59 |
|
|||
23 | 60 |
|
|||
24 | 72 |
|
|||
25 | 57 |
|
|||
26 | 67 |
|
|||
27 | 53 |
|
|||
28 | 72 |
|
|||
29 | 53 |
|
|||
30 | 55 |
|
|||
31 | 51 |
|
|||
32 | 43 |
|
|||
33 | 48 |
|
|||
34 | 45 |
|
|||
35 | 28 |
|
|||
36 | 40 |
|
|||
37 | 31 |
|
|||
38 | 28 |
|
|||
39 | 26 |
|
|||
40 | 20 |
|
|||
41 | 24 |
|
|||
42 | 19 |
|
|||
43 | 16 |
|
|||
44 | 16 |
|
|||
45 | 8 |
|
|||
46 | 8 |
|
|||
47 | 10 |
|
|||
48 | 5 |
|
|||
49 | 8 |
|
|||
50 | 3 |
|
|||
51 | 4 |
|
|||
52 | 2 |
|
|||
53 | 3 |
|
|||
54 | 2 |
|
|||
55 | 2 |
|
|||
57 | 1 |
|
|||
97 | Does not know | 0 | |||
98 | Refusal | 11 | |||
99 | Not applicable/no response/reporting error | 19 | |||
Sysmiss | 11460 |
Valid cases | 3367 |
Missing cases | 11490 |
Minimum | 0.0 |
Maximum | 57.0 |
Mean | 15.343 |
Standard deviation | 12.421 |
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.