Differences between revisions 41 and 42
Revision 41 as of 2011-11-23 16:20:16
Size: 3341
Editor: CelesteKidd
Comment:
Revision 42 as of 2011-11-23 16:21:24
Size: 3324
Editor: CelesteKidd
Comment:
Deletions are marked like this. Additions are marked like this.
Line 17: Line 17:
We can start by computing the means for each group (cell, row, and column): We can start by computing the '''group means''' (for each cell, row, and column):
Line 19: Line 19:
==== Group Means ====

When considering the relationship among three or more variables, an interaction may arise. Interactions describe a situation in which the simultaneous influence of two variables on a third is not additive. Most commonly, interactions are considered in the context of regression analyses, but they may also be evaluated using two-way ANOVA.

A simple setting in which interactions can arise is a two-factor experiment analyzed using Analysis of Variance (ANOVA). Suppose we are interested in studying the effects of cocaine on sleep. We might design an experiment to simultaneously test whether both the use of cocaine and the duration of usage affect the number of hours a squirrel will sleep in a night. We might give half of the squirrels we test cocaine, and the other half a placebo substance (the substance variable). And we might vary the duration of usage by administering cocaine or placebo for one of two possible durations before test, 4 weeks or 12 weeks (the duration variable). We can then consider the average treatment response (e.g. number of hours slept) for each squirrel, as a function of the treatment combination that was administered (e.g. substance and duration). The following table shows one possible situation:

4-Week Placebo (Control)

4-Week Cocaine

12-Week Placebo (Control)

12-Week Cocaine

7.5

5.5

8.0

5.0

8.0

3.5

10.0

4.5

6.0

4.5

13.0

4.0

7.0

6.0

9.0

6.0

6.5

5.0

8.5

4.0

There are three null hypotheses to be tested:

  • H01: Both substance groups sleep for the same number of hours on average.

  • H02: Both treatment duration groups sleep for the same number of hours on average.

  • H03: The two factors are independent or there is no interaction effect.

We can start by computing the group means (for each cell, row, and column):

4-Week

12-Week

All Durations

Placebo

7

9.7

8.35

Cocaine

4.9

4.7

4.8

All Substances

5.95

7.2

6.575

To calculate SSB:

  • SSB = n [( M4-Wk Placebo - MGroup )2 + ( M4-Wk Cocaine - MGroup)2 + ( M12-Wk Placebo - MGroup )2 + ( M12-Wk Cocaine - MGroup)2]

    • = 5 [( 7 - 6.575 )2 + ( 4.9 - 6.575)2 + ( 9.7 - 6.575 )2 + ( 4.7 - 6.575)2]

MoreThanTwoVariables (last edited 2012-01-14 00:05:00 by cpe-69-207-83-233)

MoinMoin Appliance - Powered by TurnKey Linux