All properties
| key |
content |
| N |
585 |
| N_unique |
12 |
| class |
category |
| freq |
452, 5, 2, 3, 7, 11, 14, 16, 12, 21, 17, 25 |
| label |
Is a 30-year old boss acceptable |
| max |
10 |
| mean |
-1.579 |
| min |
-4 |
| names |
"Not asked in survey", "No answer", "Completely unacceptable", "2", "3", "4", "5", "6", "7", "8", "9", "Completely acceptable" |
| sd |
4.678 |
| type |
byte |
| values |
-4, -2, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 |
Data Manipulations with a203
| file |
# |
command |
-
-
Script Output
a203: Is a 30-year old boss acceptable Number of Observations
--------------------------------------- ------------------------------
Total Integers Nonintegers
| # Negative 457 457 -
| # Zero - - -
| # Positive 128 128 -
| # ----- ----- -----
| # Total 585 585 -
| # . . . . Missing -
+---------------------- -----
-4 10 585
(12 unique values)
a203 is labeled and all values are documented in the label.
Variable | Obs Mean Std. Dev. Min Max
-------------+--------------------------------------------------------
a203 | 585 -1.579487 4.678088 -4 10
@mean -1.579
@sd 4.678
@min -4
@max 10
@values -4, -2, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10
@names "Not asked in survey", "No answer", "Completely unacceptable", "2", "3", "4", "5", "6", "7", "8", "9", "Completely acceptable"
@freq 452, 5, 2, 3, 7, 11, 14, 16, 12, 21, 17, 25
@type byte
@label Is a 30-year old boss acceptable
@class category
@N_unique 12
@N 585
|