This seems like it should be simple, but it stumps me. I run an ANOVA, followed by "estat esize". I'd like to add a column with the eta2 from estat esize to a table of the ANOVA results.
I can get the ANOVA tale, but am stumped how to add the column for the eta2. Can anyone help me out? Thanks.
To clarify, adding eta2 to the result[SS...] does not work, even though it shows up in "collect levelsof result". Same with esize.
I can get the ANOVA tale, but am stumped how to add the column for the eta2. Can anyone help me out? Thanks.
Code:
collect: anova techs_chosen_150 i.exp_level##i.opt_level collect: estat esize collect layout (term[Model 1.exp_level 1.opt_level 1.exp_level#1.opt_level Residual]) (result[SS df ms F ] )

Comment