All properties
| key |
content |
| N |
585 |
| N_unique |
8 |
| class |
category |
| freq |
452, 3, 2, 4, 8, 19, 34, 63 |
| label |
People over 70: viewed with respect |
| max |
4 |
| mean |
-2.421 |
| min |
-4 |
| names |
"Not asked in survey", "No answer", "Don´t know", "Not at all likely to be seen like this", "1", "2", "3", "Very likely to be viewed that way" |
| sd |
2.989 |
| type |
byte |
| values |
-4, -2, -1, 0, 1, 2, 3, 4 |
Data Manipulations with a206
| file |
# |
command |
-
-
Script Output
a206: People over 70: viewed with respect Number of Observations
------------------------------------------ ------------------------------
Total Integers Nonintegers
| # Negative 457 457 -
| # Zero 4 4 -
| # Positive 124 124 -
| # ----- ----- -----
| # Total 585 585 -
| # . . . # Missing -
+---------------------- -----
-4 4 585
(8 unique values)
a206 is labeled and all values are documented in the label.
Variable | Obs Mean Std. Dev. Min Max
-------------+--------------------------------------------------------
a206 | 585 -2.420513 2.988721 -4 4
@mean -2.421
@sd 2.989
@min -4
@max 4
@values -4, -2, -1, 0, 1, 2, 3, 4
@names "Not asked in survey", "No answer", "Don´t know", "Not at all likely to be seen like this", "1", "2", "3", "Very likely to be viewed that way"
@freq 452, 3, 2, 4, 8, 19, 34, 63
@type byte
@label People over 70: viewed with respect
@class category
@N_unique 8
@N 585
|