All properties
| key |
content |
| N |
9 |
| N_unique |
3 |
| class |
category |
| freq |
2, 4, 3 |
| max |
2.000 |
| mean |
1.111 |
| min |
0.000 |
| names |
"0", "1", "2" |
| sd |
0.782 |
| type |
float |
| values |
0, 1, 2 |
-
-
Script Output
nboys: Number of Observations
-------- ------------------------------
Total Integers Nonintegers
| # Negative - - -
| # Zero 2 2 -
| # # Positive 7 7 -
| # # # ----- ----- -----
| # # # Total 9 9 -
| # # # Missing 5
+---------------------- -----
0 2 14
(3 unique values)
Variable | Obs Mean Std. Dev. Min Max
-------------+--------------------------------------------------------
nboys | 9 1.111111 .781736 0 2
@mean 1.111
@sd 0.782
@min 0.000
@max 2.000
@values 0, 1, 2
@names "0", "1", "2"
@freq 2, 4, 3
@type float
@label
@class category
@N_unique 3
@N 9
|