All properties
| key |
content |
| N |
14 |
| N_unique |
6 |
| class |
category |
| freq |
3, 3, 3, 2, 2, 1 |
| max |
6.000 |
| mean |
3.000 |
| min |
1.000 |
| names |
"1", "2", "3", "4", "5", "6" |
| sd |
1.617 |
| type |
float |
| values |
1, 2, 3, 4, 5, 6 |
Data Manipulations with person
| file |
# |
command |
-
-
Script Output
person: Number of Observations
--------- ------------------------------
Total Integers Nonintegers
| # # # # Negative - - -
| # # # # Zero - - -
| # # # # # Positive 14 14 -
| # # # # # ----- ----- -----
| # # # # # Total 14 14 -
| # # # # # Missing -
+---------------------- -----
1 6 14
(6 unique values)
Variable | Obs Mean Std. Dev. Min Max
-------------+--------------------------------------------------------
person | 14 3 1.617215 1 6
@mean 3.000
@sd 1.617
@min 1.000
@max 6.000
@values 1, 2, 3, 4, 5, 6
@names "1", "2", "3", "4", "5", "6"
@freq 3, 3, 3, 2, 2, 1
@type float
@label
@class category
@N_unique 6
@N 14
|