All properties
| key |
content |
| N |
15 |
| N_unique |
3 |
| class |
category |
| freq |
5, 5, 5 |
| max |
3 |
| mean |
2.000 |
| min |
1 |
| names |
"1", "2", "3" |
| sd |
0.845 |
| type |
byte |
| values |
1, 2, 3 |
Estimations and Descriptive Statistics with candnr
| file |
# |
command |
|
ch13.01.do:
|
85 [+]
|
summarize
c*
All properties
| key |
content |
| command |
summarize |
| indent |
0 |
| parameters |
c* |
|
-
-
Script Output
candnr: Number of Observations
--------- ------------------------------
Total Integers Nonintegers
| # # # Negative - - -
| # # # Zero - - -
| # # # Positive 15 15 -
| # # # ----- ----- -----
| # # # Total 15 15 -
| # # # Missing -
+---------------------- -----
1 3 15
(3 unique values)
Variable | Obs Mean Std. Dev. Min Max
-------------+--------------------------------------------------------
candnr | 15 2 .8451543 1 3
@mean 2.000
@sd 0.845
@min 1
@max 3
@values 1, 2, 3
@names "1", "2", "3"
@freq 5, 5, 5
@type byte
@label
@class category
@N_unique 3
@N 15
|