Differences between revisions 177 and 178
Revision 177 as of 2012-01-07 00:16:33
Size: 18769
Editor: CelesteKidd
Comment:
Revision 178 as of 2012-01-07 01:14:53
Size: 20044
Editor: CelesteKidd
Comment:
Deletions are marked like this. Additions are marked like this.
Line 34: Line 34:
'''Step 1''' is to compute the '''group means''' (for each cell, row, and column) and the '''grand mean''' (for all observations in the whole experiment): '''Step 1''' is to compute '''group means''' (for each cell group), '''row and column means''', and the '''grand mean''' (for all observations in the whole experiment):
Line 53: Line 53:
And finally, to refer to the '''''grand mean''''' (the overall mean of all observations in the experiment), we'll simply use the notation {{attachment:xbar.gif|X-bar}}. Here, the grand mean, {{attachment:xbar.gif|X-bar}}, is ''6.575''.

Now that we've calculated the means, it's also helpful to also plot the mean data. (It's easier to understand it that way!)
And finally, to refer to the '''''grand mean''''' (the overall mean of all observations in the experiment), we'll simply use the notation {{attachment:xbar.gif|X-bar}} (here, {{attachment:xbar.gif|X-bar}} = 6.575).

Now that we've calculated all of our means, it would be helpful to also plot the mean data. (It's easier to understand it that way!)
Line 59: Line 59:
'''Step 2''' is to calculate the sum of squares (''SS'') for each group (cell) using the following formula: '''Step 2''' is to calculate the sum-of-squares for each individual group (''SS,,g,,'') using this:
Line 67: Line 67:
where ''x,,i,g,,'' is the ''i''th measurement for group ''g'', and {{attachment:xbar.gif|X-bar}}'',,g,,'' is the mean of group ''g''. where ''x,,i,g,,'' is the ''i''th measurement for group ''g'', and {{attachment:xbar.gif|X-bar}}'',,g,,'' is the mean of group ''g''. Remember here that when we say "group", we are referring to individual cells (not rows or columns, which we'll deal with next):
Line 87: Line 87:
'''Step 3''' is to calculate the between-groups sum-of-squares (''SS,,B,,''):<<BR>> '''Step 3''' is to calculate the sum-of-squares ''between groups'' (''SS,,B,,''):<<BR>>
Line 95: Line 95:
where ''n'' is the number of subjects in each group, {{attachment:xbar.gif|X-bar}}'',,g,,'' is the mean for group ''g'', and {{attachment:xbar.gif|X-bar}} is the grand mean (across all groups).

where ''n'' is the number of observations in each group, {{attachment:xbar.gif|X-bar}}'',,g,,'' is the mean for group ''g'', and {{attachment:xbar.gif|X-bar}} is the grand mean. So...
Line 105: Line 103:
Now, '''Step 4''' , we'll calculate the sum-of-squares, degrees of freedom, and mean square error ''within groups'' as a way of determining how much variability there is in the sample observation values. First, compute the within-groups sum-of-squares (''SS,,W,,'') by summing the sum-of-squares for each cell group. More formally, we can write this as: '''Step 4''' pertains to ''within group'' variance. Here, we'll calculate the sum-of-squares, degrees of freedom, and mean square error ''within groups''. First, compute the within-groups sum-of-squares (''SS,,W,,'') by summing the sum-of-squares you computed for each group in Step 1:
Line 113: Line 111:
where ''SS,,g,,'' is the sum-of-squares for cell group ''g''. So: <<BR>> where ''SS,,g,,'' is the sum-of-squares for group ''g''. So... <<BR>>
Line 119: Line 117:
Next, to calculate the ''degrees of freedom'' within groups (''df,,W,,''), we use the following: Next, calculate the within-groups ''degrees of freedom'' (''df,,W,,''), using this:
Line 123: Line 121:
where ''N''is the total number of observations in the experiment, ''r'' is the number of rows, and ''c'' is the number of columns. So: <<BR>> where ''N''is the total number of observations in the experiment, ''r'' is the number of rows, and ''c'' is the number of columns. So... <<BR>>
Line 129: Line 127:
And finally, we compute the ''mean square error'' within groups ('''''s,,W,,^2^''''') by dividing ''SS,,W,,''by ''df,,W,,'':<<BR>> And finally, we compute the within-groups ''mean square error'' ('''''s,,W,,^2^''''') by dividing ''SS,,W,,''by ''df,,W,,'':<<BR>>
Line 133: Line 131:
      = '''1.55'''<<BR>><<BR>>

Note that ''SS,,W,,'' is also known as the "residual" or "error" since it quantifies the amount of variability after the condition means are taken into account. The degrees of freedom here are ''N - rc'' because there are ''N'' data points, but the number of means fit is ''r*c'', giving a total of ''N - rc'' variables that are free to vary.

For '''Step 5''', we'll calculate the sum-of-squares for the rows (''SS,,R,,''):<<BR>>

{{{#!latex
\[
SS_r = \sum_{r} (\overline{X}_r - \overline{X})^2
\]
}}}

where ''r'' ranges over rows, meaning that {{attachment:xbar.gif|X-bar}}'',,r,,'' is the mean of row ''r'', and {{attachment:xbar.gif|X-bar}} is the grand mean.

  '''''SS,,R,,''''' = ''n'' [( {{attachment:xbar.gif|X-bar}}'',,control,,'' - {{attachment:xbar.gif|X-bar}} )^2^ + ( {{attachment:xbar.gif|X-bar}}'',,cocaine,,'' - {{attachment:xbar.gif|X-bar}})^2^]<<BR>>
      = '''1.55'''<<BR>>

Note that ''SS,,W,,'' is also known as the "residual" or "error" since it quantifies the amount of variability after the condition means are taken into account. The degrees of freedom here are ''N - rc'' because there are ''N'' data points, but the number of means fit is ''r*c'', giving a total of ''N - rc'' variables that are free to vary. <<BR>><<BR>>

'''Step 5''' pertains to ''row'' variance. Here, we'll calculate all the same stuff we did in that last step (the sum-of-squares, degrees of freedom, and mean square error), but for the ''rows''. First, compute the row sum-of-squares (''SS,,R,,'') by summing the sum-of-squares you computed for each row in Step 1:

{{{#!latex
\[
SS_R = n_R \cdot \sum_{R} (\overline{X}_R - \overline{X})^2
\]
}}}

where ''n,,R,,'' is the number of observations per row, {{attachment:xbar.gif|X-bar}}'',,R,,'' is the mean of row ''R'', and {{attachment:xbar.gif|X-bar}} is the grand mean.

  '''''SS,,R,,''''' = ''n,,R,,'' [( {{attachment:xbar.gif|X-bar}}'',,control,,'' - {{attachment:xbar.gif|X-bar}} )^2^ + ( {{attachment:xbar.gif|X-bar}}'',,cocaine,,'' - {{attachment:xbar.gif|X-bar}})^2^]<<BR>>
Line 153: Line 151:
   '''''df,,R,,''''' = ''r'' - 1<<BR>>    '''''df,,R,,''''' = ''r'' - 1<<BR>>, where ''r'' is the number of rows.
Line 156: Line 154:

And, just as before, divide the sum-of-squares by the degrees of freedom to get the mean square error for the rows:
Line 161: Line 161:
In '''Step 6''', we calculate the sum-of-squares for the columns (''SS,,c,,''):<<BR>>


{{{#!latex
\[
SS_c = \sum_{c} (\overline{X}_c - \overline{X})^2
\]
}}}

where ''c'' ranges over columns, meaning that {{attachment:xbar.gif|X-bar}}'',,c,,'' is the mean of column ''c'', and {{attachment:xbar.gif|X-bar}} is the grand mean.


  '''''SS,,c
,,''''' = <<latex($n$)>> ( {{attachment:xbar.gif|X-bar}}'',,4-week,,'' - {{attachment:xbar.gif|X-bar}} )^2^ + ( {{attachment:xbar.gif|X-bar}}'',,12-week,,'' - {{attachment:xbar.gif|X-bar}} )^2^]<<BR>>
In '''Step 6''', we calculate all of the variance metrics again for the ''columns'' (''SS,,C,,'', ''df,,C,,'', ''s,,C,,^2^''):<<BR>>


{{{#!latex
\[
SS_C = n_C \cdot \sum_{C} (\overline{X}_C - \overline{X})^2
\]
}}}

where ''n,,C,,'' is the number of observations per column, {{attachment:xbar.gif|X-bar}}'',,C,,'' is the mean of column ''C'', and {{attachment:xbar.gif|X-bar}} is the grand mean. So...

  '''''SS,,C
,,''''' = ''n,,C,,'' ( {{attachment:xbar.gif|X-bar}}'',,4-week,,'' - {{attachment:xbar.gif|X-bar}} )^2^ + ( {{attachment:xbar.gif|X-bar}}'',,12-week,,'' - {{attachment:xbar.gif|X-bar}} )^2^]<<BR>>
Line 179: Line 178:
   '''''df,,C,,''''' = ''c'' - 1<<BR>>    '''''df,,C,,''''' = ''c'' - 1<<BR>>, where ''c'' is the number of columns.
Line 188: Line 187:
In '''Step 7''', calculate the sum-of-squares for the interaction (''SS,,RC,,'') by summing the sum-of-squares you calculated for between-groups, rows, and columns (''SS,,B,,'', ''SS,,R,,'', and ''SS,,C,,'', respectively):<<BR>> '''Step 7''' is to calculate the same three variance metrics the ''row-column interaction'' (''SS,,RC,,'', ''df,,RC,,'', ''s,,RC,,^2^''). To calculate''SS,,RC,,'', simply sum the sum-of-squares you calculated for between-groups, rows, and columns (''SS,,B,,'', ''SS,,R,,'', and ''SS,,C,,'', respectively):
Line 194: Line 193:
And, for ''df,,RC,,''...
Line 198: Line 198:
Finally, ''s,,RC,,^2^'':
Line 202: Line 203:
Now, in '''Step 8''', we'll calculate the total sum-of-squares (''SS,,T,,'') by summing all previously calculated sum-of-squares:<<BR>> '''Step 8''' is to calculate the ''total'' variance metrics for the experiment. As always, start by computing the sum-of-squares (''SS,,T,,''), which is done here by summing the between-groups, within-groups, row, column, and interaction sum-of-squares you computed in steps 3-7:<<BR>>
Line 208: Line 209:
   '''''df,,T,,''''' = ''N'' - 1<<BR>>    '''''df,,T,,''''' = ''N'' - 1<<BR>>, where ''N'' is the total number of observations in the experiment.
Line 212: Line 213:
At '''Step 9''', we calculate the ''F'' values: '''Step 9''' is you calculate the ''F'-values (''F,,obt,,'') required to determine significance. For two-way ANOVAs, you'll compute 3 ''F''-values: one for rows, one for columns, and one for the interaction between the two. Each ''F'-value is computed by subtracting the mean square of the relevant dimension (''R'', ''C'', or ''RC'') by the within-groups mean square:
Line 226: Line 227:
And, finally, at '''Step 10''', we can organize all of the above into a table, along with the appropriate '''''F,,crit,,''''' values (looked up in a table like [[http://www.medcalc.org/manual/f-table.php|this one]]) that we'll use for comparison and interpretation of our computations: '''Step 10''' is organizing all of the above calculations into a table, along with the appropriate '''''F,,crit,,''''' values (looked up in a table like [[http://www.medcalc.org/manual/f-table.php|this one]]). Then we'll compare each''F,,obt,,'' value we computed to the ''F,,crit,,'' values we looked up to draw our conclusions:
Line 238: Line 239:
Both factors (treatment and age) are significant, as indicate by the fact that ''F,,obt,,'' > ''F,,crit,,''. Thus, we can reject all ''H,,01,,'' and ''H,,02,,'' and conclude that dendritic spine density is affected by prenatal cocaine exposure and age. The interaction between the two factors (''r * c'') is also significant. Thus, we can also reject ''H,,03,,'' and conclude there is a significant interaction between treatment and age. Both variables (treatment and age) are significant, as indicated by the fact that ''F,,obt,,'' > ''F,,crit,,'' for both. Thus, we can reject ''H,,01,,'' and ''H,,02,,'' and conclude that dendritic spine density is affected by prenatal cocaine exposure and age. The interaction between the two factors (''r * c'') is also significant. Thus, we can also reject ''H,,03,,'' and conclude there is a significant interaction between treatment and age.

Situations with Two or More Variables of Interest

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 multiple regression analyses, but they may also be evaluated using two-way ANOVA.

An Example Problem

To determine if prenatal exposure to cocaine alters dendritic spine density within prefrontal cortex, 20 rats were equally divided between treatment groups that were prenatally exposed to either cocaine or placebo. Further, because any effect of prenatal drug exposure might be evident at one age but not another, animals within each treatment group were further divided intow two groups. One sub-group was studied at 4 weeks of age and the other was studied at 12 weeks of age. Thus, our independent variables are treatment (prenatal drug/placebo exposure) and age (lets say 4 and 12 weeks of age), and our dependent variable is spine density. The following table shows one possible outcome of such a study:

DENDRITIC SPINE DENSITY

4-Week Control

4-Week Cocaine

12-Week 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 we may want to test. The first two test the effects of each independent variable (or factor) under investigation:

  • H01: Treatment substance (control or cocaine) has no effect on dendritic spine density.

  • H02: Age has no effect on dendritic spine density.

And the third tests for an interaction between these two factors:

  • H03: The two factors (treatment and age) are independent; i.e., there is no interaction effect.

Two-Way ANOVA

A two-way ANOVA is an analysis technique that quantifies how much of the variance in a sample can be accounted for by each of two categorical variables and their interactions. Note that different rats are used in each of the four experimental groups, so a standard two-way ANOVA should be used. If the same rats were used in each experimental condition, one would want to use a two-way repeated-measures ANOVA.

Step 1 is to compute group means (for each cell group), row and column means, and the grand mean (for all observations in the whole experiment):

GROUP MEANS

4-Week

12-Week

All Ages

Control

7

9.7

8.35

Cocaine

4.9

4.7

4.8

All Prenatal Exposures

5.95

7.2

6.575

Take a moment to define your variables
Before we go any further, we should define some variables that we'll use to complete the computations needed for the rest of the analysis:

  • n = number of observations in each group (here, it's 5 since there are 5 subjects per group)
    N = total number of observations in the whole experiment (here, 20)
    r = number of rows (here 2, one for each age group)
    c = number of columns (here 2, one for each treatment substance condition
    X-barg = mean of a particular cell group g (for example, X-bar12-Week, Control = 9.7).
    X-barR = mean of a particular row R (for example, X-bar4-Week = 5.95)
    X-barC = mean of a particular column C (for example, X-barCocaine = 4.8)

And finally, to refer to the grand mean (the overall mean of all observations in the experiment), we'll simply use the notation X-bar (here, X-bar = 6.575).

Now that we've calculated all of our means, it would be helpful to also plot the mean data. (It's easier to understand it that way!)

Means by group

Step 2 is to calculate the sum-of-squares for each individual group (SSg) using this:

\[
SS = \sum_{i=1} (x_{i,g} - \overline{X}_g)^2 
\]

where xi,g is the ith measurement for group g, and X-barg is the mean of group g. Remember here that when we say "group", we are referring to individual cells (not rows or columns, which we'll deal with next):

For each group, this formula is implemented as follows:

  • 4-Week Control:

    • {7.5, 8, 6, 7, 6.5}, X-bar4-week, control = 7
      $SS$4-week, control = (7.5-7)2 + (8-7)2 + (6-7)2 + (7-7)2 + (6.5-7)2 = 2.5

    4-Week Cocaine:

    • {5.5, 3.5, 4.5, 6, 5}, X-bar4-week, cocaine = 4.9
      $SS$4-week, cocaine = (5.5-4.9)2 + (3.5-4.9)2 + (4.5-4.9)2 + (6-4.9)2 + (5-4.9)2 = 3.7

    12-Week Control:

    • {8, 10, 13, 9, 8.5}, X-bar12-week, control = 9.7
      $SS$12-week, control = (8-9.7)2 + (10-9.7)2 + (13-9.7)2 + (9-9.7)2 + (8.5-9.7)2 = 15.8

    12-Week Cocaine:

    • {5, 4.5, 4, 6, 4}, X-bar12-week, cocaine = 4.7
      $SS$12-week, cocaine = (5-4.7)2 + (4.5-4.7)2 + (4-4.7)2 + (6-4.7)2 + (4-4.7)2 = 2.8

Step 3 is to calculate the sum-of-squares between groups (SSB):

\[
SS_B = n \cdot \sum_{g} (\overline{X}_{g} - \overline{X})^2 
\]

where n is the number of observations in each group, X-barg is the mean for group g, and X-bar is the grand mean. So...

  • SSB = n [( X-bar4-week, control - X-bar )2 + ( X-bar4-week, cocaine - X-bar)2 + ( X-bar12-week, control - X-bar )2 + ( X-bar12-week, cocaine - X-bar)2]

    • = 5 [(7 - 6.575 )2 + (4.9 - 6.575)2 + (9.7 - 6.575)2 + (4.7 - 6.575)2]
      = 5 [0.180625 + 2.805625 + 9.765625 + 3.515625]
      = 5 [16.2675]
      = 81.3375

Step 4 pertains to within group variance. Here, we'll calculate the sum-of-squares, degrees of freedom, and mean square error within groups. First, compute the within-groups sum-of-squares (SSW) by summing the sum-of-squares you computed for each group in Step 1:

\[
SS_W = \sum_{g} SS_g
\]

where SSg is the sum-of-squares for group g. So...

  • SSW = SS4-week, control + SS4-week, cocaine + SS12-week, control + SS12-week, cocaine

    • = 2.5 + 3.7 + 15.8 + 2.8
      = 24.8

Next, calculate the within-groups degrees of freedom (dfW), using this:

dfW = N - rc

where Nis the total number of observations in the experiment, r is the number of rows, and c is the number of columns. So...

  • dfW = N - rc
    = 20 - (2 * 2)
    = 16

And finally, we compute the within-groups mean square error (sW2) by dividing SSWby dfW:

  • sW2 = SSW / dfW

    • = 24.8 / 16
      = 1.55

Note that SSW is also known as the "residual" or "error" since it quantifies the amount of variability after the condition means are taken into account. The degrees of freedom here are N - rc because there are N data points, but the number of means fit is r*c, giving a total of N - rc variables that are free to vary.

Step 5 pertains to row variance. Here, we'll calculate all the same stuff we did in that last step (the sum-of-squares, degrees of freedom, and mean square error), but for the rows. First, compute the row sum-of-squares (SSR) by summing the sum-of-squares you computed for each row in Step 1:

\[
SS_R = n_R \cdot \sum_{R} (\overline{X}_R - \overline{X})^2 
\]

where nR is the number of observations per row, X-barR is the mean of row R, and X-bar is the grand mean.

  • SSR = nR [( X-barcontrol - X-bar )2 + ( X-barcocaine - X-bar)2]

    • = 10 [(8.35 - 6.575)2 + (4.8 - 6.575)2]
      = 10 [3.150625 + 3.150625]
      = 10 [6.30125]
      = 63.0125

    • dfR = r - 1
      , where r is the number of rows.

      • = 2-1
        = 1

And, just as before, divide the sum-of-squares by the degrees of freedom to get the mean square error for the rows:

  • sR2 = SSR / dfR

    • = 63.0125 / 1
      = 63.0125

In Step 6, we calculate all of the variance metrics again for the columns (SSC, dfC, sC2):

\[
SS_C = n_C \cdot \sum_{C} (\overline{X}_C - \overline{X})^2 
\]

where nC is the number of observations per column, X-barC is the mean of column C, and X-bar is the grand mean. So...

  • SSC = nC ( X-bar4-week - X-bar )2 + ( X-bar12-week - X-bar )2]

    • = 10 [(5.95 - 6.575)2 + (7.2 - 6.575)2]
      = 10 [0.390625 + 0.390625]
      = 10 [0.78125]
      = 7.8125

    • dfC = c - 1
      , where c is the number of columns.

      • = 2-1
        = 1

      sC2 = SSC / dfC

      • = 7.8125 / 1
        = 7.8125

Step 7 is to calculate the same three variance metrics the row-column interaction (SSRC, dfRC, sRC2). To calculateSSRC, simply sum the sum-of-squares you calculated for between-groups, rows, and columns (SSB, SSR, and SSC, respectively):

  • SSRC = SSB - SSR - SSC

    • = 81.3375 - 63.0125 - 7.8125
      = 10.5125

And, for dfRC...

  • dfRC = (r - 1)(c - 1)

    • = (2-1)(2-1)
      = 1

Finally, sRC2:

  • sRC2 = SSRC / dfRC

    • = 10.5125 / 1
      = 10.5125

Step 8 is to calculate the total variance metrics for the experiment. As always, start by computing the sum-of-squares (SST), which is done here by summing the between-groups, within-groups, row, column, and interaction sum-of-squares you computed in steps 3-7:

  • SST = SSB + SSW + SSR + SSC + SSRC

    • = 81.3375 + 24.8 + 63.0125 + 7.8125 + 10.5125
      = 187.475

    dfT = N - 1
    , where N is the total number of observations in the experiment.

    • = 20-1
      = 19

Step 9 is you calculate the F'-values (Fobt) required to determine significance. For two-way ANOVAs, you'll compute 3 F-values: one for rows, one for columns, and one for the interaction between the two. Each F'-value is computed by subtracting the mean square of the relevant dimension (R, C, or RC) by the within-groups mean square:

  • FR = sR2 / sW2

    • = 63.0125 / 1.55
      = 40.65323

    FC = sC2 / sW2

    • = 7.8125 / 1.55
      = 5.040323

    FRC = sRC2 / sW2

    • = 10.5125 / 1.55
      = 6.782258

Step 10 is organizing all of the above calculations into a table, along with the appropriate Fcrit values (looked up in a table like this one). Then we'll compare eachFobt value we computed to the Fcrit values we looked up to draw our conclusions:

  • Fcrit (1, 16) α=0.5 = 4.49

ANOVA TABLE

Source

SS

df

s2

Fobt

Fcrit

p

rows

63.0125

1

63.0125

40.65323

4.49

p < 0.05

columns

7.8125

1

7.8125

5.040323

4.49

p < 0.05

r * c

10.5125

1

10.5125

6.782258

4.49

p < 0.05

within

24.8

16

1.55

--

--

--

total

187.475

19

--

--

--

--

Both variables (treatment and age) are significant, as indicated by the fact that Fobt > Fcrit for both. Thus, we can reject H01 and H02 and conclude that dendritic spine density is affected by prenatal cocaine exposure and age. The interaction between the two factors (r * c) is also significant. Thus, we can also reject H03 and conclude there is a significant interaction between treatment and age.

  • To further interpret these results, we can plot the group means as follows:

Means by group

NOTE: Remember that the statistics provided by the ANOVA quantify the effect of each factor (in this case, treatment and age). These statistics do not compare individual condition means, such as whether 4-week control differs from 12-week control. If k = the number of groups, the number of possible comparisons is k * (k-1) / 2. In the above example, we have 4 groups, so there are (4*3)/2 = 6 possible comparisons between these group means. Statistical testing of these individual comparisons requires a post-hoc analysis that corrects for experiment-wise error rate. If all possible comparisons are of interest, the Tukey's HSD (Honestly Significant Difference) Test is commonly used.

Tukey's HSD (Honestly Significant Difference) Test

Tukey's test is a single-step, multiple-comparison statistical procedure often used in conjunction with an ANOVA to test which group means are significantly different from one another. It is used in cases where group sizes are equal (the Tukey-Kramer procedure is used if group sizes are unequal) and it compares all possible pairs of means. Note that the Tukey's test formula is very similar to that of the t-test, except that it corrects for experiment-wise error rate. (When there are multiple comparisons being made, the probability of making a type I error (rejecting a true null hypothesis) increases, so Tukey's test corrects for this.) The formula for a Tukey's test is:

\[
q_{obt} = (Y_{A} - Y_{B}) / \sqrt{ s_{W}^2 / n}
\]

where YA is the larger of the two means being compared, YB is the smaller,sW2 is the mean squared error within, and n is the number of data points within each group . Once computed, the qobt value is compared to a q-value from the q distribution. If the qobt value is larger than the qcrit value from the distribution, the two means are significantly different.

So, if we wanted to use a Tukey's test to determine whether 4-week control significantly differs from 12-week control, we'd calculate it as follows

  • qobt = X-bar12-week, control - X-bar4-week, control / $\sqrt{ s_{W}^2 / n}$

    • = 9.7 - 7 / $\sqrt{ 1.55 / 5}$
      = 9.7 - 7 / $\sqrt{ 1.55 / 5}$
      = 2.7 / 0.5567764
      = 4.849343

The qcrit value may be looked up in a chart (like this one) using the appropriate values for k (which represents the number of group means, so 4 here) and dfw (16). So here, qcrit (4, 16) α=0.5= 4.05. Since qobt > qcrit (4.85 > 4.05), we can conclude that the two means are, in fact, (honestly) significantly different.

Additional group comparisons reveal that spine density does not change significantly with age in the cocaine-exposed group, but is significantly greater in the control group as compared to cocaine-exposed animals at both 4 and 12 weeks of age. Thus, the effect of prenatal drug exposure is magnified with time due to a developmental increase in spine density that occurs only in the control group.

IMPORTANT NOTE: There are various post-hoc tests that can be used, and the choice of which method to apply is a controversial area in statistics. The different tests vary in how conservative they are: more conservative tests are less powerful and have a lower risk of a type I error (rejecting a true null hypothesis), however this comes at the cost of increasing the risk of a type II error (incorrectly accepting the null hypothesis). Some common methods, listed in order of decreasing power, are: Fisher’s LSD, Newman-Keuls, Tukey HSD, Bonferonni, Scheffé. The following provides some guidelines for choosing an appropriate post-hoc procedure.

  • If all pairwise comparisons are truly relevant, the Tukey method is recommended.

  • If it is most reasonable to compare all groups against a single control, then the Dunnett test is recommended.

  • If only a subset of the pairwise comparisons are relevant, then the Bonferroni method is often utilized for those selected comparisons. For example, in the present example one would likely not be interested in comparing the 4-week control to the 12-week cocaine group, or the 12-week control to the 4-week cocaine group.

Multiple Regression

Another analysis technique you could use is a multiple regression. In multiple regression, we find coefficients for each group such that we are able to best predict the group means. The multiple regression computes standard errors on the coefficients, meaning that we can determine if a coefficient is significantly different from zero. On this simple example, multiple regression will give identical answers to ANOVA, but in more complex cases, multiple regression is a more powerful technique that allows you to include additional nuisance predictors, that the analysis controls for before testing for significance of your independent variables.

Go back to the Homepage

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

MoinMoin Appliance - Powered by TurnKey Linux