All properties
| key |
content |
| N |
585 |
| N_unique |
2 |
| class |
dummy |
| freq |
411, 174 |
| label |
continent_n==europe |
| max |
1 |
| mean |
0.297 |
| min |
0 |
| names |
"0", "1" |
| sd |
0.458 |
| type |
byte |
| values |
0, 1 |
Data Manipulations with continent4
| file |
# |
command |
-
-
Script Output
continent4: continent_n==europe Number of Observations
-------------------------------- ------------------------------
Total Integers Nonintegers
| # Negative - - -
| # Zero 411 411 -
| # Positive 174 174 -
| # ----- ----- -----
| # # Total 585 585 -
| # # Missing -
+---------------------- -----
0 1 585
(2 unique values)
Variable | Obs Mean Std. Dev. Min Max
-------------+--------------------------------------------------------
continent4 | 585 .2974359 .4575212 0 1
@mean 0.297
@sd 0.458
@min 0
@max 1
@values 0, 1
@names "0", "1"
@freq 411, 174
@type byte
@label continent_n==europe
@class dummy
@N_unique 2
@N 585
|