All properties
| key |
content |
| N |
585 |
| N_unique |
2 |
| class |
dummy |
| freq |
401, 184 |
| label |
continent_n==asia |
| max |
1 |
| mean |
0.315 |
| min |
0 |
| names |
"0", "1" |
| sd |
0.465 |
| type |
byte |
| values |
0, 1 |
Data Manipulations with continent2
| file |
# |
command |
-
-
Script Output
continent2: continent_n==asia Number of Observations
------------------------------ ------------------------------
Total Integers Nonintegers
| # Negative - - -
| # Zero 401 401 -
| # Positive 184 184 -
| # ----- ----- -----
| # # Total 585 585 -
| # # Missing -
+---------------------- -----
0 1 585
(2 unique values)
Variable | Obs Mean Std. Dev. Min Max
-------------+--------------------------------------------------------
continent2 | 585 .3145299 .4647258 0 1
@mean 0.315
@sd 0.465
@min 0
@max 1
@values 0, 1
@names "0", "1"
@freq 401, 184
@type byte
@label continent_n==asia
@class dummy
@N_unique 2
@N 585
|