All properties
| key |
content |
| N |
302 |
| N_unique |
4 |
| class |
category |
| freq |
99, 83, 60, 60 |
| label |
RECODE of c010 (Second choice if looking for a job) |
| max |
4 |
| mean |
2.268 |
| min |
1 |
| names |
"1", "2", "3", "4" |
| sd |
1.120 |
| type |
byte |
| values |
1, 2, 3, 4 |
Data Manipulations with job2choice
| file |
# |
command |
-
-
Script Output
job2choice: RECODE of c010 (Second choice Number of Observations
------------------------------------------- ------------------------------
Total Integers Nonintegers
| # Negative - - -
| # # Zero - - -
| # # Positive 302 302 -
| # # # # ----- ----- -----
| # # # # Total 302 302 -
| # # # # Missing 283
+---------------------- -----
1 4 585
(4 unique values)
Variable | Obs Mean Std. Dev. Min Max
-------------+--------------------------------------------------------
job2choice | 302 2.268212 1.119556 1 4
@mean 2.268
@sd 1.120
@min 1
@max 4
@values 1, 2, 3, 4
@names "1", "2", "3", "4"
@freq 99, 83, 60, 60
@type byte
@label RECODE of c010 (Second choice if looking for a job)
@class category
@N_unique 4
@N 302
|