All properties
key |
content |
N |
4360 |
N_unique |
13 |
class |
category |
freq |
8, 16, 40, 16, 144, 136, 376, 736, 1848, 432, 328, 248, 32 |
label |
years of schooling |
max |
16 |
mean |
11.767 |
min |
3 |
names |
"3", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16" |
sd |
1.746 |
type |
byte |
values |
3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 |
Data Manipulations with educ
file |
# |
command |
-
-
Script Output
educ: years of schooling Number of Observations
------------------------- ------------------------------
Total Integers Nonintegers
| # Negative - - -
| # Zero - - -
| # Positive 4360 4360 -
| # ----- ----- -----
| # Total 4360 4360 -
| . . # # # Missing -
+---------------------- -----
3 16 4360
(13 unique values)
Variable | Obs Mean Std. Dev. Min Max
-------------+--------------------------------------------------------
educ | 4360 11.76697 1.746181 3 16
@mean 11.767
@sd 1.746
@min 3
@max 16
@values 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16
@names "3", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16"
@freq 8, 16, 40, 16, 144, 136, 376, 736, 1848, 432, 328, 248, 32
@type byte
@label years of schooling
@class category
@N_unique 13
@N 4360
|