All properties
| key |
content |
| N |
585 |
| N_unique |
2 |
| class |
dummy |
| freq |
546, 39 |
| label |
continent_n==n_america |
| max |
1 |
| mean |
0.067 |
| min |
0 |
| names |
"0", "1" |
| sd |
0.250 |
| type |
byte |
| values |
0, 1 |
Data Manipulations with continent5
| file |
# |
command |
-
-
Script Output
continent5: continent_n==n_america Number of Observations
----------------------------------- ------------------------------
Total Integers Nonintegers
| # Negative - - -
| # Zero 546 546 -
| # Positive 39 39 -
| # ----- ----- -----
| # Total 585 585 -
| # . Missing -
+---------------------- -----
0 1 585
(2 unique values)
Variable | Obs Mean Std. Dev. Min Max
-------------+--------------------------------------------------------
continent5 | 585 .0666667 .2496573 0 1
@mean 0.067
@sd 0.250
@min 0
@max 1
@values 0, 1
@names "0", "1"
@freq 546, 39
@type byte
@label continent_n==n_america
@class dummy
@N_unique 2
@N 585
|