All properties
| key |
content |
| N |
585 |
| N_unique |
7 |
| class |
category |
| freq |
117, 184, 9, 174, 39, 6, 56 |
| max |
7 |
| mean |
3.130 |
| min |
1 |
| names |
"africa", "asia", "c_america", "europe", "n_america", "oceania", "s_america" |
| sd |
1.814 |
| type |
long |
| values |
1, 2, 3, 4, 5, 6, 7 |
Data Manipulations with continent_destring
| file |
# |
command |
-
-
Script Output
continent_destring: Number of Observations
--------------------- ------------------------------
Total Integers Nonintegers
| # Negative - - -
| # Zero - - -
| # Positive 585 585 -
| # # ----- ----- -----
| # # Total 585 585 -
| # . # . # Missing -
+---------------------- -----
1 7 585
(7 unique values)
continent_destring is labeled and all values are documented in the label.
Variable | Obs Mean Std. Dev. Min Max
-------------+--------------------------------------------------------
continent_~g | 585 3.129915 1.814197 1 7
@mean 3.130
@sd 1.814
@min 1
@max 7
@values 1, 2, 3, 4, 5, 6, 7
@names "africa", "asia", "c_america", "europe", "n_america", "oceania", "s_america"
@freq 117, 184, 9, 174, 39, 6, 56
@type long
@label
@class category
@N_unique 7
@N 585
|