bp
variable:group
Variable | Graph | Type | N | Descriptives | Label |
---|---|---|---|---|---|
[+]
bp @bpress.dta |
|
other (int) |
240 (55) |
(x̄=153.904, 13.084) [125,185] | Blood pressure |
file | # | command |
---|---|---|
ch7.00.do: | 4 [+] | bysort sex agegrp: summarize bp |
: | 7 [+] | xi: regress bp i.agegrp i.sex |
: | 9 [+] | xi: regress bp i.agegrp*i.sex |
: | 11 [+] | xi: regress bp i.agegrp*bp0 |
: | 46 [+] | ttest bp , |
: | 47 [+] | bootstrap diff=(r(mu_1) - r(mu_2)), nodots: ttest bp , |
ch7.11.do: | 5 [+] | ttest bp , |
: | 6 [+] | bootstrap diff=(r(mu_1)-r(mu_2)), nodots: ttest bp , |
file | # | command |
---|---|---|
make_bpress.do: | 4 [+] | g bp0 = bp - 10*uniform() |