All properties
| key |
content |
| N |
562 |
| N_unique |
2 |
| class |
dummy |
| freq |
154, 408 |
| label |
RECODE of x011 (how many children have you yourself ever had) |
| max |
1 |
| mean |
0.726 |
| min |
0 |
| names |
"0", "1" |
| sd |
0.446 |
| type |
byte |
| values |
0, 1 |
Data Manipulations with child_d
| file |
# |
command |
-
-
Script Output
child_d: RECODE of x011 (how many children Number of Observations
------------------------------------------- ------------------------------
Total Integers Nonintegers
| # Negative - - -
| # Zero 154 154 -
| # Positive 408 408 -
| # ----- ----- -----
| # # Total 562 562 -
| # # Missing 23
+---------------------- -----
0 1 585
(2 unique values)
Variable | Obs Mean Std. Dev. Min Max
-------------+--------------------------------------------------------
child_d | 562 .7259786 .4464171 0 1
@mean 0.726
@sd 0.446
@min 0
@max 1
@values 0, 1
@names "0", "1"
@freq 154, 408
@type byte
@label RECODE of x011 (how many children have you yourself ever had)
@class dummy
@N_unique 2
@N 562
|