All properties
key |
content |
N |
113 |
N_unique |
4 |
class |
category |
freq |
9, 62, 38, 4 |
label |
ANXIETY |
max |
4 |
mean |
2.327 |
min |
1 |
names |
"1", "2", "3", "4" |
sd |
0.674 |
type |
byte |
values |
1, 2, 3, 4 |
Data Manipulations with anxiety
file |
# |
command |
fem_setup.do:
|
8 [+]
|
replace
anx="`a'"
if anxiety==`i'
All properties
key |
content |
command |
replace |
if |
anxiety==`i' |
indent |
1 |
parameters |
anx="`a'" |
|
-
-
Script Output
anxiety: ANXIETY Number of Observations
----------------- ------------------------------
Total Integers Nonintegers
| # Negative - - -
| # Zero - - -
| # Positive 113 113 -
| # # ----- ----- -----
| # # Total 113 113 -
| . # # . Missing 5
+---------------------- -----
1 4 118
(4 unique values)
Variable | Obs Mean Std. Dev. Min Max
-------------+--------------------------------------------------------
anxiety | 113 2.327434 .67404 1 4
@mean 2.327
@sd 0.674
@min 1
@max 4
@values 1, 2, 3, 4
@names "1", "2", "3", "4"
@freq 9, 62, 38, 4
@type byte
@label ANXIETY
@class category
@N_unique 4
@N 113
|