All properties
| key |
content |
| N |
585 |
| N_unique |
6 |
| class |
category |
| freq |
453, 1, 128, 1, 1, 1 |
| label |
Born in this country: birth country |
| max |
7 |
| mean |
-2.858 |
| min |
-4 |
| names |
"Not asked in survey", "No answer", "Yes", "Latino America", "Europe", "Other" |
| sd |
2.142 |
| type |
byte |
| values |
-4, -2, 1, 2, 5, 7 |
Data Manipulations with g017
| file |
# |
command |
-
-
Script Output
g017: Born in this country: birth country Number of Observations
------------------------------------------ ------------------------------
Total Integers Nonintegers
| # Negative 454 454 -
| # Zero - - -
| # Positive 131 131 -
| # ----- ----- -----
| # Total 585 585 -
| # . # . . Missing -
+---------------------- -----
-4 7 585
(6 unique values)
g017 is labeled and all values are documented in the label.
Variable | Obs Mean Std. Dev. Min Max
-------------+--------------------------------------------------------
g017 | 585 -2.85812 2.141895 -4 7
@mean -2.858
@sd 2.142
@min -4
@max 7
@values -4, -2, 1, 2, 5, 7
@names "Not asked in survey", "No answer", "Yes", "Latino America", "Europe", "Other"
@freq 453, 1, 128, 1, 1, 1
@type byte
@label Born in this country: birth country
@class category
@N_unique 6
@N 585
|