All properties
key |
content |
N |
758 |
N_unique |
10 |
class |
category |
freq |
16, 29, 34, 330, 61, 42, 27, 151, 33, 35 |
label |
completed years of schooling |
max |
18.000 |
mean |
13.405 |
min |
9.000 |
names |
"9", "10", "11", "12", "13", "14", "15", "16", "17", "18" |
sd |
2.232 |
type |
float |
values |
9, 10, 11, 12, 13, 14, 15, 16, 17, 18 |
Data Manipulations with s
file |
# |
command |
-
-
Script Output
s: completed years of schooling Number of Observations
-------------------------------- ------------------------------
Total Integers Nonintegers
| # Negative - - -
| # Zero - - -
| # Positive 758 758 -
| # ----- ----- -----
| # # Total 758 758 -
| . # # # # Missing -
+---------------------- -----
9 18 758
(10 unique values)
Variable | Obs Mean Std. Dev. Min Max
-------------+--------------------------------------------------------
s | 758 13.40501 2.231828 9 18
@mean 13.405
@sd 2.232
@min 9.000
@max 18.000
@values 9, 10, 11, 12, 13, 14, 15, 16, 17, 18
@names "9", "10", "11", "12", "13", "14", "15", "16", "17", "18"
@freq 16, 29, 34, 330, 61, 42, 27, 151, 33, 35
@type float
@label completed years of schooling
@class category
@N_unique 10
@N 758
|