All properties
| key |
content |
| N |
581 |
| N_unique |
2 |
| class |
dummy |
| freq |
273, 308 |
| label |
RECODE of x001 (sex respondent) |
| max |
1 |
| mean |
0.530 |
| min |
0 |
| names |
"0", "1" |
| sd |
0.500 |
| type |
byte |
| values |
0, 1 |
Data Manipulations with female
| file |
# |
command |
-
-
Script Output
female: RECODE of x001 (sex respondent) Number of Observations
---------------------------------------- ------------------------------
Total Integers Nonintegers
| # Negative - - -
| # # Zero 273 273 -
| # # Positive 308 308 -
| # # ----- ----- -----
| # # Total 581 581 -
| # # Missing 4
+---------------------- -----
0 1 585
(2 unique values)
Variable | Obs Mean Std. Dev. Min Max
-------------+--------------------------------------------------------
female | 581 .5301205 .499522 0 1
@mean 0.530
@sd 0.500
@min 0
@max 1
@values 0, 1
@names "0", "1"
@freq 273, 308
@type byte
@label RECODE of x001 (sex respondent)
@class dummy
@N_unique 2
@N 581
|