Hi,
I am trying to use bootstrapping for my ANOVA, however I cannot figure out how to do multiple comparsions with bootstrapping as it comes up with an error:
Is there a way to overcome this?
Thank you very much,
Wendy
I am trying to use bootstrapping for my ANOVA, however I cannot figure out how to do multiple comparsions with bootstrapping as it comes up with an error:
Code:
sysuse cancer bootstrap, reps(2000) seed(2): oneway _t drug, bonferroni
Thank you very much,
Wendy
Comment