EDHE6210_20100426


04.26.2010

remember: no class next week!

PAPER: hard copy in Dr. Henson's mailbox by 5pm, Wednesday, May 5

 

we won't get through all the topics in this class,  so some of the four articles he handed out tonight cover what we  won't go over in the class.

 

Planned Contrast

 

omnibus ANOVA:

 

specific questions means you want to compare with other specific means.

(bull fighting metaphor: the point is to kill the bull, but to do it slowly and stylistically.)

planned contrasts are a lot like bull fights;

how are the research questions you have relevant to your theory.

BUT if you ask the wrong questions, you might miss the mean comparison thats there, because you excluded the wrong information.

 

Sum of Squares total = total variance in the dependent variable.

in an ANOVA, we break that variability into pieces:

 

instead of asking an omnibus question, we're going to ask specific questions

how many questions can you ask of your data?

 

asking 3 specific research hypotheses carves the "between" (explainable variance) into 3 pieces.

 

FOR QUALS, look at the back of the 6010 textbook (green book) and look at the appendix on different ways to code things 

 

(see more notes on paper here.) 

 

EXAMPLE:

see Tucker chapter

 

create contrast variables, so:

 

take grouping variable and convert to numbers, so you can compare them

6 groups, 5 degrees of freedom

c1 = first contrast variable; making them all 0's, but want group 1 to have -1 and group 2 to have 1.

 

COMPUTE c1=0.

IF (group=1) c1=-1.

IF (group=2) c1=1.

 

COMPUTE c2=0.

IF (c1 NE 0) c2=-1.

IF (group=3) c2=2.

 

COMPUTE c3=0.

IF (c2 NE 0) c3=-1.

IF (group=4) c3=3.

 

COMPUTE c4=0.

IF (c3 NE 0) c4=-1.

IF (group=5) c4=4.

 

COMPUTE c5=0.

IF (c4 NE 0) c5=-1.

IF (group=6) c5=5.

 

EXECUTE.

 

now we want to run a regression comparing the dependent variable with the contrast variables.

 

DO THIS IN SPSS's WYSIWYG:

linear regression, DV = dependent variable

Independent= PAY ATTENTION HERE

add c1, THEN CLICK NEXT (above "independent") 

add c2, THEN CLICK NEXT

add c3, CLICK NEXT

add c4, CLICK NEXT

add c5, CLICK NEXT

click PASTE  (now it's in your synatx file)

 

RUN the regression.

 

so we're looking at the ANOVA table, and we're going to take that data to make a NEW TABLE.

WE WILL BE DOING THIS ON THE  FINAL.

 

Source | SOS | df | MS | Fcalc.

c1 | 0 | 1 | do the MATH for Mean of Squares and for F-calc

c2 | 0 (SOS = model 2 SOS - model 1 SOS) | 1 (also burned ONE df here) |

c3 | 0 (SOS = SOS3 - SOS2) | 1 |

c4 | 0 (SOS = SOS4 - SOS3) | 1 |

c5 | 375 (SOS5 - SOS4) | 1 |

error | 300 (residual from model 5) | 6 (leftover df) 

total | SUM all those above | 11 (n-1)

 

Your F will be different from what it is in the ANOVA table.

Use a F-table to determine if it's statistically significant.

 

F = MSexplained (MSc5) / MSerror

MS = SOS / df

 

Final 

 

definitely need a Results and a Discussion section.

SEE HANDOUT for more details.