|
|
|
||||
|
|
|||||
Let's say that you have run a 3x4 factorial model with a significant interaction. The original 3x4 model has a total of 11 degrees of freedom for for the anova and 48 for the error term. You follow up the anova by doing four tests of simple main effects. Each of these tests has 2 degrees of freedom in the nunerator and 48 in the denominator. Here is how you can compute the critical values using smecriticalvalue.
smecriticalvalue, number(4) df1(2) df2(48) dfmodel(11)
number of tests: 4
numerator df: 2
denominator df: 48
original model df: 11
Critical value of F for alpha = .05 using ...
------------------------------------------------
Dunn's procedure = 4.7033201
Marascuilo & Levin = 5.1923643
per family error rate = 4.8075721
simultaneous test procedure = 8.4455227
If you are using the per family error rate then the critical value would be about 4.81.If you had done the tests of simple main effects the other way around, that is, three tests with 3 degrees of freedom in the numerator and 48 in the denominator, the critical values would look like this:
smecriticalvalue, number(3) df1(3) df2(48) dfmodel(11)
number of tests: 3
numerator df: 3
denominator df: 48
original model df: 11
Critical value of F for alpha = .05 using ...
------------------------------------------------
Dunn's procedure = 3.9394001
Marascuilo & Levin = 4.3040955
per family error rate = 3.7605452
simultaneous test procedure = 5.6303484
This time the critical value for the per family error rate is 3.76.
(1995) Kirk, R.E. Experimental design: Procedures for the behavioral sciences (3rd ed). Pacific Grove, CA: Brooks/Cole
UCLA Researchers are invited to our Statistical Consulting Services
We recommend others to our list of Other Resources for Statistical Computing Help
These pages are Copyrighted (c) by UCLA Academic Technology Services
The content of this web site should not be
construed as an endorsement of any particular web site, book, or software
product by the University of California.