All properties
| key |
content |
| N |
585 |
| N_unique |
6 |
| class |
category |
| freq |
555, 12, 3, 6, 8, 1 |
| label |
Where r lived after married |
| max |
4 |
| mean |
-3.783 |
| min |
-4 |
| names |
"Not asked in survey", "Not applicable", "With wife/husband", "With parents", "Separate house", "Other" |
| sd |
1.119 |
| type |
byte |
| values |
-4, -3, 1, 2, 3, 4 |
Data Manipulations with x010
| file |
# |
command |
-
-
Script Output
x010: Where r lived after married Number of Observations
---------------------------------- ------------------------------
Total Integers Nonintegers
| # Negative 567 567 -
| # Zero - - -
| # Positive 18 18 -
| # ----- ----- -----
| # Total 585 585 -
| # . . . . Missing -
+---------------------- -----
-4 4 585
(6 unique values)
x010 is labeled and all values are documented in the label.
Variable | Obs Mean Std. Dev. Min Max
-------------+--------------------------------------------------------
x010 | 585 -3.782906 1.119128 -4 4
@mean -3.783
@sd 1.119
@min -4
@max 4
@values -4, -3, 1, 2, 3, 4
@names "Not asked in survey", "Not applicable", "With wife/husband", "With parents", "Separate house", "Other"
@freq 555, 12, 3, 6, 8, 1
@type byte
@label Where r lived after married
@class category
@N_unique 6
@N 585
|