All properties
key |
content |
N |
50 |
N_unique |
7 |
class |
category |
freq |
20, 6, 9, 8, 1, 5, 1 |
max |
10.000 |
mean |
3.700 |
min |
2.000 |
names |
"2", "3", "4", "5", "6", "7", "10" |
sd |
1.887 |
type |
float |
values |
2, 3, 4, 5, 6, 7, 10 |
Data Manipulations with primact
file |
# |
command |
-
-
Script Output
primact: Number of Observations
---------- ------------------------------
Total Integers Nonintegers
| # Negative - - -
| # Zero - - -
| # Positive 50 50 -
| # # ----- ----- -----
| # # Total 50 50 -
| # # . # . Missing 8
+---------------------- -----
2 10 58
(7 unique values)
Variable | Obs Mean Std. Dev. Min Max
-------------+--------------------------------------------------------
primact | 50 3.7 1.887121 2 10
@mean 3.700
@sd 1.887
@min 2.000
@max 10.000
@values 2, 3, 4, 5, 6, 7, 10
@names "2", "3", "4", "5", "6", "7", "10"
@freq 20, 6, 9, 8, 1, 5, 1
@type float
@label
@class category
@N_unique 7
@N 50
|