All properties
| key |
content |
| N |
58 |
| N_unique |
3 |
| class |
category |
| freq |
16, 10, 32 |
| max |
3.000 |
| mean |
2.276 |
| min |
1.000 |
| names |
"1", "2", "3" |
| sd |
0.874 |
| type |
float |
| values |
1, 2, 3 |
Estimations and Descriptive Statistics with contype
| file |
# |
command |
|
ch13.01.do:
|
85 [+]
|
summarize
c*
All properties
| key |
content |
| command |
summarize |
| indent |
0 |
| parameters |
c* |
|
Data Manipulations with contype
| file |
# |
command |
-
-
Script Output
contype: Number of Observations
---------- ------------------------------
Total Integers Nonintegers
| # Negative - - -
| # Zero - - -
| # Positive 58 58 -
| # # ----- ----- -----
| # # Total 58 58 -
| # # # Missing -
+---------------------- -----
1 3 58
(3 unique values)
Variable | Obs Mean Std. Dev. Min Max
-------------+--------------------------------------------------------
contype | 58 2.275862 .8744543 1 3
@mean 2.276
@sd 0.874
@min 1.000
@max 3.000
@values 1, 2, 3
@names "1", "2", "3"
@freq 16, 10, 32
@type float
@label
@class category
@N_unique 3
@N 58
|