Dear statalisters,
I have a panel data I set the data like this
xtset c_op_id visit
panel variable: c_op_id (unbalanced)
time variable: visit, 1 to 130, but with gaps
delta: 1 unit
xtreg log_con_vol i.group2, fe
estimates store fe
xtreg log_con_vol i.group2, re
estimates store re
hausman fe re
xtreg log_con_vol i.group2, re
After above syntax how can we use turkey adjustment for multiple comparisons?
pwcompare group2 ……..
Thanks
sugan
Related Posts with Repeated measures linear regression model with turkey adjustment for multiple comparisons
Unable to refer to sreturned varlist outside of programI wrote an sclass program which returns two variable lists in separate macros: Code: capture prog…
Tempfile invalid file specification[previous code] foreach q in ca cb cc cd ce { preserve gen var = "`q'" tempfile ``q'' save ``q'', r…
Any alternative to svy: bsqreg ? [Since svy does not support bsqreg]I was wondering if there are any alternatives to using svyset since bsqreg does not support svy and …
Loop Through The Same Procedures with Multiple DatasetsHi all, I have several datasets that I would like to do the same procedures to. I have the same gen…
Recode returns incorrect codeI am try to execute the following code Code: recode educn (1=0)(2/4=1)(5=3)(6=5)(12=15)(10=12)(8=1…
Subscribe to:
Post Comments (Atom)
0 Response to Repeated measures linear regression model with turkey adjustment for multiple comparisons
Post a Comment