All properties
key |
content |
N |
113 |
N_unique |
3 |
class |
category |
freq |
14, 98, 1 |
label |
SLEEP |
max |
3 |
mean |
1.885 |
min |
1 |
names |
"1", "2", "3" |
sd |
0.347 |
type |
byte |
values |
1, 2, 3 |
Data Manipulations with sleep
file |
# |
command |
-
-
Script Output
sleep: SLEEP Number of Observations
------------- ------------------------------
Total Integers Nonintegers
| # Negative - - -
| # Zero - - -
| # Positive 113 113 -
| # ----- ----- -----
| # Total 113 113 -
| . # . Missing 5
+---------------------- -----
1 3 118
(3 unique values)
Variable | Obs Mean Std. Dev. Min Max
-------------+--------------------------------------------------------
sleep | 113 1.884956 .3472394 1 3
@mean 1.885
@sd 0.347
@min 1
@max 3
@values 1, 2, 3
@names "1", "2", "3"
@freq 14, 98, 1
@type byte
@label SLEEP
@class category
@N_unique 3
@N 113
|