All properties
| key |
content |
| N |
107 |
| N_unique |
4 |
| class |
category |
| freq |
34, 19, 21, 33 |
| label |
RECODE of a060 (how often spend time in church) |
| max |
4 |
| mean |
2.495 |
| min |
1 |
| names |
"1", "2", "3", "4" |
| sd |
1.231 |
| type |
byte |
| values |
1, 2, 3, 4 |
Data Manipulations with church_attend
| file |
# |
command |
-
-
Script Output
church_attend: RECODE of a060 (how often s Number of Observations
------------------------------------------- ------------------------------
Total Integers Nonintegers
| # Negative - - -
| # # Zero - - -
| # # Positive 107 107 -
| # # # # ----- ----- -----
| # # # # Total 107 107 -
| # # # # Missing 478
+---------------------- -----
1 4 585
(4 unique values)
Variable | Obs Mean Std. Dev. Min Max
-------------+--------------------------------------------------------
church_att~d | 107 2.495327 1.231457 1 4
@mean 2.495
@sd 1.231
@min 1
@max 4
@values 1, 2, 3, 4
@names "1", "2", "3", "4"
@freq 34, 19, 21, 33
@type byte
@label RECODE of a060 (how often spend time in church)
@class category
@N_unique 4
@N 107
|