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
How to identify that random effect linear model is required over fixed effect linear model?I'm trying to predict a continuous variable using multiple linear regression model including various…
xtabond2: interpretation of Arellano-Bond test using forward orthogonal deviationsI've been trying to understand the interpretation of the Arellano-Bond test when using FOD for syste…
How to test whether the two variables are 2 standard deviation different from each other?Dear Stata experts, I have below comments from one referee for my paper, can someone guide me how t…
Help!! Data cleaning, creating new variables with observations based on complicated conditionsPlease help me with cleaning this data: below is my data from excel file and I have 1000s of rows …
Uneven length of x axis in graph combineHi, I am trying to combine 3 coefplots using graph combine in Stata 16. I have coefficient labels o…
Subscribe to:
Post Comments (Atom)
0 Response to ANOVA with Holm Correction
Post a Comment