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
Generating a graph for Odds Ration and CI from logistic regression resultsI want to plot the results of logistic regression in Stata 13. The DV is Obesity. The x-axis will sh…
Merging datasets with one to many mappingHi All, My first dataset is an input-output matrix, that resembles the following: Code: * Exampl…
Indexing observations for a subject while skipping missing valuesHello Statalisters, I am sure I am missing something obvious but I looked up on the forum and onlin…
P value for area under the curve using Iroc commandI am using Stata 13. I have run a logistic regression to check the association of Obesity with sever…
Fama MacBeth model - factor loadings: asreg with fmb omits coefficientsDear all, I want to perform Fama and Macbeth (1973) using asreg, but results shows omitted, what is…
Subscribe to:
Post Comments (Atom)
0 Response to ANOVA with Holm Correction
Post a Comment