All properties
key |
content |
N |
220 |
N_unique |
. |
class |
other |
example0 |
1 |
histh |
.00291743, .00346444, .00273509, .0032821, .00237041, .00309977, .0041938, .00255275, .00309977, .00072936, .00255275, .00309977, .00309977, .00291743 |
histw |
13.464286, 38.392857, 63.32143, 88.25, 113.17857, 138.10715, 163.03572, 187.96428, 212.89285, 237.82143, 262.75, 287.67856, 312.60715, 337.53571 |
label |
District Code (numerical) |
max |
350 |
mean |
170.936 |
min |
1 |
sd |
102.788 |
type |
int |
Estimations and Descriptive Statistics with code
file |
# |
command |
ch13.01.do:
|
85 [+]
|
summarize
c*
All properties
key |
content |
command |
summarize |
indent |
0 |
parameters |
c* |
|
-
-
Script Output
code: District Code (numerical) Number of Observations
-------------------------------- ------------------------------
Total Integers Nonintegers
| # Negative - - -
| # # # # Zero - - -
| # # # # Positive 220 220 -
| # # # # # ----- ----- -----
| # # # # # Total 220 220 -
| # # # # # Missing -
+---------------------- -----
1 350 220
(More than 99 unique values)
Variable | Obs Mean Std. Dev. Min Max
-------------+--------------------------------------------------------
code | 220 170.9364 102.7883 1 350
@mean 170.936
@sd 102.788
@min 1
@max 350
@example0 1
@histh .00291743, .00346444, .00273509, .0032821, .00237041, .00309977, .0041938, .00255275, .00309977, .00072936, .00255275, .00309977, .00309977, .00291743
@histw 13.464286, 38.392857, 63.32143, 88.25, 113.17857, 138.10715, 163.03572, 187.96428, 212.89285, 237.82143, 262.75, 287.67856, 312.60715, 337.53571
@type int
@label District Code (numerical)
@class other
@N_unique .
@N 220
|