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
DCC GarchI'm trying to investigate common patterns in conditional volatility for 28 sectoral series with 249 …
Explanation by one variable of variance of the whole modelDear Stata-Community, I have an urgent question and I hope you can help me! One of our Reviewers a…
_"burgiodata.csv invalid name: looping over files in a folder in stataI am trying to loop over mutiple csv files in stata but it keeps returning the _"filename.csv invali…
Number of observations must be greater than number of instruments and under- and weak identification testDear all, I am trying to estimate a dynamic panel data on gdp growth rates with large T, by far gre…
Dropping specific addresses beginning with '#' or '$'Hello, I am trying to clean up a large dataset of addresses, where there are several different versi…
Subscribe to:
Post Comments (Atom)
0 Response to ANOVA with Holm Correction
Post a Comment