Hi all,
I’ve been asked to run an ANOVA with a Holm correction. I need to compare Stigma (continuous outcome) across five different survey versions (categorical independent variable).
I understand that in this case, I can employ the -oneway- command:
oneway Stigma Survey
And then use an option like -bonferroni- to do a correction.
But it seems like in Stata, in order to get the Holm correction, I need to employ the -anova- command:
anova Stigma Survey
And then I need to use the -test- command with the -mtest(holm)- option. Here is where I get a bit confused. It seems like I need to make a matrix to refer to when I use -test-. I just don’t understand how to make this matrix. I would like to compare Stigma across the five survey versions. How can I do this with a Holm correction?
Related Posts with ANOVA with Holm Correction
Creating new variables depending on existing onesHi everyone. I have four variables in the dataset: year, groupID, personID and X. I would like to cr…
Clarification regarding O/E from melogit modelI believe I am doing this correctly but I would love confirmation from others more experienced with …
Creating a loop with egen, conditional on a specific value of a variableDear Stata users, I am working with a pooled cross section dataset on export transactions, using Sta…
Making non-repeating assignments (Assigning students a set of paper for peer review)Hello, I have a peer review assignment in a class I teach and want to develop some code that will r…
Help with significance testingGood day, Im very new to STATA and performing significance tests. I was wondering if anyone could l…
Subscribe to:
Post Comments (Atom)
0 Response to ANOVA with Holm Correction
Post a Comment