All properties
| key |
content |
| N |
400 |
| N_unique |
4 |
| class |
category |
| freq |
100, 100, 100, 100 |
| max |
4 |
| mean |
2.500 |
| min |
1 |
| names |
"DE", "FR", "UK", "US" |
| sd |
1.119 |
| type |
long |
| values |
1, 2, 3, 4 |
Estimations and Descriptive Statistics with cc
| file |
# |
command |
|
ch13.01.do:
|
85 [+]
|
summarize
c*
All properties
| key |
content |
| command |
summarize |
| indent |
0 |
| parameters |
c* |
|
-
-
Script Output
cc: Number of Observations
----- ------------------------------
Total Integers Nonintegers
| # # # # Negative - - -
| # # # # Zero - - -
| # # # # Positive 400 400 -
| # # # # ----- ----- -----
| # # # # Total 400 400 -
| # # # # Missing -
+---------------------- -----
1 4 400
(4 unique values)
cc is labeled and all values are documented in the label.
Variable | Obs Mean Std. Dev. Min Max
-------------+--------------------------------------------------------
cc | 400 2.5 1.119434 1 4
@mean 2.500
@sd 1.119
@min 1
@max 4
@values 1, 2, 3, 4
@names "DE", "FR", "UK", "US"
@freq 100, 100, 100, 100
@type long
@label
@class category
@N_unique 4
@N 400
|