Hallo
My Problem: I want to perform a two way Anova with interations
Let's say
Group sex (male; female coded as 1 or 0)
Group size (small, medium, large coded as 0, 1 or 2)
I want to compare:
male-small vs male medium
male-small vs male large
male-large vs male medium
female-small vs female medium
female-small vs female large
female-large vs female medium
is there an easy way to do a two-way ANOVA with interactions in Stata using the GUI? The "easiest" way I found is to use the contrast command (from the post-estimation command) and to write a custom contrast on each field.
The command looked lilke that:
contrast {sex 1 -1}#{size 0 1 -1} {sex 1 -1}#{size 1 0 -1} {sex 1 -1}#{size 1 -1 0}, mcompare(sidak) pveffects
Can I define the post hock test using a drop down menu or something else from stata GUI?
Thanks
John
Related Posts with Two way anova with interactions
Help with swilk resultVariable score in a dataset of 1020 records can have only three values: 0, 1, or 2; why would "swilk…
Adding in stata with some missingHi I was wondering if anyone can help with coding. I'm struggling a bit with this. I'm trying to ad…
Heckman model with more observations than regDear Statalist, I am running heckman models and compare the results with reg (OLS). For example heck…
bayes: mlogit - errorHello everyone, I have the following vector (A) with 73 observations: A | Freq. Percent Cum. -----…
Running psmatch2 on my dataset, but it takes a long time and no results have come out yet. Should I keep waiting?Dear all, I am trying to do PSM matching with psmatch2. I have 244,280 samples from 2003 to 2006 nee…
Subscribe to:
Post Comments (Atom)
0 Response to Two way anova with interactions
Post a Comment