All properties
| key |
content |
| N |
4360 |
| N_unique |
2 |
| class |
dummy |
| freq |
3680, 680 |
| label |
=1 if Hispanic |
| max |
1 |
| mean |
0.156 |
| min |
0 |
| names |
"0", "1" |
| sd |
0.363 |
| type |
byte |
| values |
0, 1 |
Data Manipulations with hisp
| file |
# |
command |
-
-
Script Output
hisp: =1 if Hispanic Number of Observations
--------------------- ------------------------------
Total Integers Nonintegers
| # Negative - - -
| # Zero 3680 3680 -
| # Positive 680 680 -
| # ----- ----- -----
| # Total 4360 4360 -
| # # Missing -
+---------------------- -----
0 1 4360
(2 unique values)
Variable | Obs Mean Std. Dev. Min Max
-------------+--------------------------------------------------------
hisp | 4360 .1559633 .3628622 0 1
@mean 0.156
@sd 0.363
@min 0
@max 1
@values 0, 1
@names "0", "1"
@freq 3680, 680
@type byte
@label =1 if Hispanic
@class dummy
@N_unique 2
@N 4360
|