All properties
| key |
content |
| N |
240 |
| N_unique |
2 |
| class |
dummy |
| freq |
120, 120 |
| label |
Status |
| max |
2 |
| mean |
1.500 |
| min |
1 |
| names |
"Before", "After" |
| sd |
0.501 |
| type |
byte |
| values |
1, 2 |
Data Manipulations with when
| file |
# |
command |
-
-
Script Output
when: Status Number of Observations
------------- ------------------------------
Total Integers Nonintegers
| # # Negative - - -
| # # Zero - - -
| # # Positive 240 240 -
| # # ----- ----- -----
| # # Total 240 240 -
| # # Missing -
+---------------------- -----
1 2 240
(2 unique values)
when is labeled and all values are documented in the label.
Variable | Obs Mean Std. Dev. Min Max
-------------+--------------------------------------------------------
when | 240 1.5 .5010449 1 2
@mean 1.500
@sd 0.501
@min 1
@max 2
@values 1, 2
@names "Before", "After"
@freq 120, 120
@type byte
@label Status
@class dummy
@N_unique 2
@N 240
|