All properties
key |
content |
N |
4360 |
N_unique |
2 |
class |
dummy |
freq |
3191, 1169 |
label |
=1 if trade |
max |
1 |
mean |
0.268 |
min |
0 |
names |
"0", "1" |
sd |
0.443 |
type |
byte |
values |
0, 1 |
Data Manipulations with trad
file |
# |
command |
-
-
Script Output
trad: =1 if trade Number of Observations
------------------ ------------------------------
Total Integers Nonintegers
| # Negative - - -
| # Zero 3191 3191 -
| # Positive 1169 1169 -
| # ----- ----- -----
| # # Total 4360 4360 -
| # # Missing -
+---------------------- -----
0 1 4360
(2 unique values)
Variable | Obs Mean Std. Dev. Min Max
-------------+--------------------------------------------------------
trad | 4360 .2681193 .4430309 0 1
@mean 0.268
@sd 0.443
@min 0
@max 1
@values 0, 1
@names "0", "1"
@freq 3191, 1169
@type byte
@label =1 if trade
@class dummy
@N_unique 2
@N 4360
|