All properties
| key |
content |
| N |
585 |
| N_unique |
8 |
| class |
category |
| freq |
452, 4, 6, 5, 10, 24, 41, 43 |
| label |
People over 70: are seen as friendly |
| max |
4 |
| mean |
-2.511 |
| 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.845 |
| type |
byte |
| values |
-4, -2, -1, 0, 1, 2, 3, 4 |
Data Manipulations with a204
| file |
# |
command |
-
-
Script Output
a204: People over 70: are seen as friendly Number of Observations
------------------------------------------- ------------------------------
Total Integers Nonintegers
| # Negative 462 462 -
| # Zero 5 5 -
| # Positive 118 118 -
| # ----- ----- -----
| # Total 585 585 -
| # . . . # Missing -
+---------------------- -----
-4 4 585
(8 unique values)
a204 is labeled and all values are documented in the label.
Variable | Obs Mean Std. Dev. Min Max
-------------+--------------------------------------------------------
a204 | 585 -2.511111 2.845381 -4 4
@mean -2.511
@sd 2.845
@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, 4, 6, 5, 10, 24, 41, 43
@type byte
@label People over 70: are seen as friendly
@class category
@N_unique 8
@N 585
|