All properties
| key |
content |
| N |
323 |
| N_unique |
4 |
| class |
category |
| freq |
119, 105, 40, 59 |
| label |
RECODE of c009 (First choice, if looking for a job) |
| max |
4 |
| mean |
2.121 |
| min |
1 |
| names |
"1", "2", "3", "4" |
| sd |
1.101 |
| type |
byte |
| values |
1, 2, 3, 4 |
Data Manipulations with job1choice
| file |
# |
command |
-
-
Script Output
job1choice: RECODE of c009 (First choice, Number of Observations
------------------------------------------- ------------------------------
Total Integers Nonintegers
| # Negative - - -
| # # Zero - - -
| # # Positive 323 323 -
| # # ----- ----- -----
| # # # # Total 323 323 -
| # # # # Missing 262
+---------------------- -----
1 4 585
(4 unique values)
Variable | Obs Mean Std. Dev. Min Max
-------------+--------------------------------------------------------
job1choice | 323 2.120743 1.100947 1 4
@mean 2.121
@sd 1.101
@min 1
@max 4
@values 1, 2, 3, 4
@names "1", "2", "3", "4"
@freq 119, 105, 40, 59
@type byte
@label RECODE of c009 (First choice, if looking for a job)
@class category
@N_unique 4
@N 323
|