One- factor ANOVA. F Ra5o. If H 0 is true. F Distribu5on. If H 1 is true 5/25/12. One- way ANOVA: A supersized independent- samples t- test

Size: px
Start display at page:

Download "One- factor ANOVA. F Ra5o. If H 0 is true. F Distribu5on. If H 1 is true 5/25/12. One- way ANOVA: A supersized independent- samples t- test"

Transcription

1 F Ra5o F = variability between groups variability within groups One- factor ANOVA If H 0 is true random error F = random error " µ F =1 If H 1 is true random error +(treatment effect)2 F = " µ F >1 random error F Distribu5on One- way ANOVA: A supersized independent- samples t- test T- test components: Measure of effect Measure of baseline variability = x 1 x 2 Std Err of the mean F- test components: Measure of effect Measure of baseline variability = Variance between groups Variance within group Variance components for F frac0on: variance! In this context, called mean square If H 1 is true random error +(treatment effect)2 F = " µ F >1 random error 1

2 One- way ANOVA: A supersized independent- samples t- test One- way ANOVA: A supersized independent- samples t- test T- test components: Measure of effect Measure of baseline variability = x 1 x 2 Std Err of the mean MS = SS df F = MS effect MS error F- test components: Measure of effect Measure of baseline variability = Variance between groups Variance within group Denominator: MS error - - Within- groups variance Variance components for F frac0on: variance! In this context, called mean square Pooled variance: SS 1 + SS 2 df 1 + df 2 MS error : SS 1 + SS 2 + SS 3. + SS n df 1 + df 2 + df 3. + df n Hours of sleep deprivation hours 24 hours 48 hours zero Means: SS: Df: MS error = SS 1 + SS 2 + SS 3 df 1 + df 2 + df 3 = One- way ANOVA: A supersized independent- samples t- test One- way ANOVA: A supersized independent- samples t- test T- test components: Measure of effect Measure of baseline variability = x 1 x 2 Std Err of the mean MS = SS df F = MS effect MS error F- test components: Measure of effect Measure of baseline variability = Variance between groups Variance within group Variance components for F frac0on: variance! In this context, called mean square Numerator: MS effect - - Between- groups variance (Are the group means more different than chance would predict?) Hours of sleep deprivation hours 24 hours 48 hours zero Means: Grand mean: 5 SS effect = nσ(x group - x grand ) 2 n: the number of samples in a group Basically, you re coun<ng each member of a group as though it is its group s mean SS effect = 3(2-5) 2 + 3(5-5) 2 + 3(8-5) 2 = 54 Df: 2 MS effect = SS effect df = 54/2 = 27 2

3 One- way ANOVA: A supersized independent- samples t- test One- way ANOVA: For pirates (Rrrrrr) MS = SS df F = MS effect MS error = = 7.36 > mydata=read.csv("week8sleepdepdata.csv",header=true) > mydata Subject Deprivation Aggression 1 s1 zero 0 2 s2 zero 4 3 s3 zero 2 4 s4 twentyfour 3 5 s5 twentyfour 6 6 s6 twentyfour 6 Hours of sleep deprivation hours 24 hours 48 hours zero Means: Grand mean: 5 SS effect = nσ(x group - x grand ) 2 n: the number of samples in a group Basically, you re coun<ng each member of a group as though it is its group s mean SS effect = 3(2-5) 2 + 3(5-5) 2 + 3(8-5) 2 = 54 7 s7 fortyeight 6 8 s8 fortyeight 8 9 s9 fortyeight 10 > myfirstanova=aov(aggression ~ Deprivation, data=mydata) > summary(myfirstanova) Df Sum Sq Mean Sq F value Pr(>F) Deprivation * Residuals Signif. codes: 0 *** ** 0.01 * Formula: Dependent ~ Independent F table Df: 2 MS effect = SS effect df = 54/2 = 27 Now what? Now what? summary(myfirstanova) Df Sum Sq Mean Sq F value Pr(>F) Deprivation * Residuals Hours of sleep deprivation hours 24 hours 48 hours zero summary(myfirstanova) Df Sum Sq Mean Sq F value Pr(>F) Deprivation * Residuals Hours of sleep deprivation hours 24 hours 48 hours zero Signif. codes: 0 *** ** 0.01 * Signif. codes: 0 *** ** 0.01 * What s the exact rela5onship between sleep depriva5on and aggression? Step 1: Make some graphs! Looks prehy linear. But are all differences significant? Temp5ng: Do 3 t- tests. 0 hours vs 24 hours 24 hours vs 48 hours 48 hours vs 0 hours Aggression hours 24 hours 48 hours It s (sort of) okay to do mul5ple t- tests, but it increases your chance of gekng a Type I error. Temp5ng: Do 3 t- tests. 0 hours vs 24 hours 24 hours vs 48 hours 48 hours vs 0 hours Aggression hours 24 hours 48 hours 3

4 One Factor Analysis of Variance (ANOVA) H 0 " µ 1 = µ 2 =... = µ k,# 1 = # 2 =...= # k where k is the number of levels and the populations are normally distributed. Mul5ple comparisons Problem: Too many extra tests run the risk that you ll have a chance of gekng at least one Type I error (a false posi5ve). Solu0on: Correct things so that you don t run such a high risk for Type I errors. But WHICH pair(s) of means are not equal?? Mul5ple comparisons Several types of correc5ons, All of which effec5vely lower alpha. Tradeoff: more risk of Type II errors so that you don t make too many Type I errors Things you can correct : Alpha itself The cri5cal value that leads you to reject H 0 Mul5ple comparisons Correc5ng alpha The Bonferroni correc5on: α = α familywise / n, where n is the # of comparisons Logic: if you do two tests and the null hypothesis is true, then you are doubling your chances of gekng a Type I error (false posi5ve) 4

5 Mul5ple comparisons Changing your cri5cal value Tukey HSD (Highly Significant Difference) Use it when comparing all possible pairs of condi5ons HSD = q*sqrt(ms within /n) Get q from a table with k (# of groups) and df within n = # per group HSD is difference between group means that exceeds chance Es5ma5ng Effect Size: Cohen s d for a One Factor ANOVA Other Mul5ple Comparison Tests d = X i " X j MS within Scheffe s Test Protected t-test (Least Significant Difference test) For individual comparisons between groups pg

6 Mul5ple comparisons No correc5on at all: protected t- test (Not everyone thinks this is kosher) What protects you? A priori predic5ons You had pre- planned to examine certain contrasts Usually these are strongly theore5cally- mo5vated Cog sci theories aren t always specific enough to give you such strong predic5ons. But if possible, make predic5ons and test them Ideally, your experiment is focused and precise, rather than being a haphazard fishing expedi5on* Effect sizes summarized For effects in an ANOVA: eta- squared (η 2 ) You can t really calculate Cohen s d η 2 varies between 0 and 1 (different from d!!) It s the amount of the total variance that s due to differences between groups: SS effect / SS total Can think of as % variance accounted for For a mul0ple comparison: d = (x 1 - x 2 )/ MS within Just like before, but use MS within instead of Std Dev. Progress Check 16.1 Progress Check Mean: Mean:

7 Progress Check 16.1 Progress Check Mean: Mean: Repor5ng Results Aggression scores for subjects deprived of sleep for zero hours (M=2, SD=2.0), those deprived for 24 hours (M=5, SD=1.7), and those deprived for 48 hours (M=8, SD=2.0) differ significantly (F(2,6)=7.36, MSE=3.67, p<.05, eta 2 =.71). According to Tukey s HSD test, however, only the difference of 6 between mean aggression scores for the zero and 48-hour groups is significant (HSD=4.77, p<.05, d=3.13). 7

8 One Factor ANOVA? Use Kruskal- Wallis H- test (Non- parametric analog of one factor ANOVA) Mean: Mean: Sec5on 20.5 One Factor ANOVA Summary Tests the null hypothesis that the means of mul5ple groups came from the same normal distribu5on (i.e., same mean and standard devia5on). Based on the F sta5s5c, which is the ra5o of between group variance to within group variance (large values of F lead to the rejec5on of the null hypothesis) Useful because it avoids increased rates of Type I error due to mul5ple comparisons Significant F s are followed up by mul5ple comparison tests (e.g., Tukey s HSD) Use nonparametric Kruskal- Wallis H test for non- normal data Coming up Repeated- measures ANOVA Analogous to a paired t- test Two- factor ANOVA Sleep depriva5on x caffeine intake You can have interac<ons: the effect of sleep depriva5on depends on how much caffeine you ve consumed (drawing ensues) Mixed designs: Some measures are repeated AX par5cipants, some are not 8

9 1- Factor Repeated- Measures ANOVA Table 17.1 A B C Mean: Research Design: Between- Subjects vs. Within- Subjects Manipula5ons EPO Placebo A B C Grand Mean = 5 Calcula5ons F = MS effect MS error MS error = SS error / df error df error = df within df subjects EPO Placebo Placebo EPO SS effect = nσ(x group - x grand ) 2 n: the number of samples in a group SS within = SS 1 + SS 2 + SS 3 SS subject = kσ(x subject - x grand ) 2 k: the number of groups SS error = SS within SS subjects 9

10 A B C Grand Mean = 5 Calcula5ons SS effect = 3(2-5) 2 + 3(5-5) 2 + 3(8-5) 2 = 54 F = MS effect MS error df error = df within df subjects df error = 6 2 = 4 MS error = SS error / df error MS error = 4 / 4 = 1 SS within = (0-2) 2 + (4-2) 2 + (2-2) 2 + (3-5) 2 + (6-5) 2 + (6-5) 2 + (6-8) 2 + (8-8) 2 + (10-8) 2 = 22 SS subject = 3(3-5) 2 + 3(6-5) 2 + 3(6-5) 2 = 18 SS error = = 4 MS effect = 54 / 2 = 27 F(2,4) = 27/1 = 27 A B C Grand Mean = 5 Calcula5ng df df groups: # groups 1 = 3 1 = 2 df within: (# subjects per group 1) * # groups (3-1) * 3 = 6 df subjects: # subjects 1 = 3 1 = 2 df error: df within df subjects = 6 2 = 4 Calcula5ng df a slightly- different example Calcula5ng df a really- different example A B C D df groups: # groups 1 = 3 1 = 2 df within: (# subjects per group 1) * # groups = (4-1)*3 = 9 df subjects: # subjects 1 = 4 1 = 3 df error: df within df subjects = 9 3 = 6 s s s s s s s s df groups: # groups 1 = 12 1 = 11 df within: (# subjects per group 1) * # groups = (8-1)*12 = 84 df subjects: # subjects 1 = 8 1 = 7 df error: df within df subjects = 84 7 = 77 10

11 Es5mated Effect Size (ANOVAs) (par5al) eta squared One Factor ANOVA SS between " 2 = = SS between SS between + SS within SS total Repeated Measures One Factor ANOVA SS between " 2 p = SS between + SS error pg. 521 Es5mated Effect Size (ANOVAs) (par5al) eta squared eta 2 p Effect Size 0.01 Small 0.09 Medium eta 2 = propor5on of explained variance Between Within Total 76 8 pg. 377 (same as for One Factor ANOVA) 0.25 Large " 2 = SS Between SS Total = =.71 0 " # 2 "1 11

12 One Factor Analysis of Variance (ANOVA) H 0 " µ j1 = µ j 2 =...= µ jk,# j1 = # j 2 =...= # jk where k is the number of levels, j is the jth subject, and the populations are normally distributed. But WHICH pair(s) of means are not equal?? Es5ma5ng Effect Size: Cohen s d for a One Factor ANOVA Repeated Measures One Factor ANOVA pg. 379 d = X i " X j MS within d = X i " X j MS error Repor5ng Results Mean aggression scores of 2, 5, and 8 were obtained when the same subjects were exposed to 0, 24, and 48 hours of sleep deprivation, respectively. There is evidence that, on average, aggression scores increase with hours of sleep deprivation (F(2,4)=27, MSE=1.0, p<.01, partial eta 2 =.93). According to Tukey s HSD test, all pairs of differences were significant (HSD=2.87, p<.05, 3<d<6). 12

13 Sphericity Assump5on r(x 0, x 24 ) = r(x 0, x 48 ) = r(x 24, x 48 ) " The degree of correla5on between all possible pairs of data groupings are equal. " For example, this assump5on might be violated if there was much more variance in the effect of the variable at one level (e.g., 48 hours of sleep depriva5on) than at another level (e.g., 0 hours of sleep depriva5on). How to deal with viola5ons of repeated measures ANOVA assump5ons: Correc5ons for viola5ng sphericity assump5on Greenhouse- Geisser epsilon Hunyh- Feldt epsilon Not Counterbalanced: Where you can use repeated- measures ANOVA Related Samples - Each observa5on in one condi5on is paired on a one- to- one basis basis, with a single observa5on in the other sample. EPO Placebo Counterbalanced: 50% EPO Placebo " Inves5gators want to see if strokes to the right hemisphere of the brain impair language produc5on. They find 10 stroke pa5ents and pair each pa5ent with a healthy volunteer of equal age, sex, and educa5onal background. Pa5ent #1 Volunteer #1 50% Placebo EPO Male, 72 years old, College Degree Male, 72 years old, College Degree 13

14 Repeated Measures One Factor ANOVA Summary Tests the null hypothesis that the means of mul5ple levels of a variable are the same when samples are paired across those mul5ple levels (e.g., they re measures from the same individuals). Like the regular one factor ANOVA, except the within subject Mean Squares is replaced with the error Mean Squares when compu5ng F, Tukey s HSD, and Cohen s d. Keep in mind the assump5on of sphericity and repeated measures issues like counterbalancing. Two- factor ANOVA! Do crowds and/or gender effect our willingness to respond to a poten5al threat? A social psychologist recruits 6 men and 6 women. Each volunteer is placed in a wai5ng room. Some5me ayer the volunteer enters the wai5ng room, smoke starts to emanate from a hea5ng vent. The psychologist measures the amount of 5me it takes the volunteer to do something about the smoke. 0, 2, or 4 other people (friends of the psychologist) are in the wai5ng room with the volunteer. Three Possible (non- exclusive) Differences 1. There s a difference between men and women (a main effect of gender). 2. The number of other people in the room makes a difference (a main effect of crowd size). 3. Crowd size affects men and women differently (there s an interac5on between gender and crowd size). 14

15 5/25/12 Two Factor ANOVA 15

16 Ask them what think the ANOVA results will be pg. 521 Es5mated Effect Size (ANOVAs) (par5al) eta squared Two Factor ANOVA Simple Effect of Crowd Size at Male SS column " 2 p (column) = SS column + SS within d = X i " X j MS within d = X i " X j MS error 16

17 No Simple Effect of Crowd Size at Female No Simple Effect of Gender at Crowd Size of Zero An alternative way to describe the interaction Simple Effect of Gender at Crowd Size of Two Simple Effect of Gender at Crowd Size of Four Note that you don t need to describe the interaction both ways 17

18 5/25/12 pg

19 Repor5ng Results pg. 408 An ANOVA with factors Crowd Size and Gender found that mean reaction times increase with crowd size (F(2,6)=6.75, MSE=5.33, p<.05, η 2 =.69) and are larger for males than females (F(1,6) =36.02, p<.01, η p2 =.86). However these findings must be qualified because of the significant interaction (F(2,6)=5.25, p<.05, η p2 =. 64). An analysis of simple effects for crowd size confirms that reaction times increase with crowd size for males (Fse(2,6)=11.63, p<.01) but not for females (Fse(2,6)=0.38, p>.05). Furthermore, when compared with the mean reaction time of 10 sec. for males with zero people, the mean reaction of 17 sec. for males with two people is significantly longer (HSD=7.07, p=.05, d=3.03), and the mean reaction time of 21 sec. for males with four people also is significantly longer (HSD=10.32, p<.01, d=4.76). To summarize, the mean reaction times of males, but not females, increases in the presence of crowds of two or four people. Two Factor ANOVA Summary Tests the null hypothesis that the means of mul5ple levels (e.g., male or female) of two variables (e.g., gender and crowd size) are independent samples from the same normal distribu5on. If sample size per each cell is equal, viola5on of equal variance assump5on is probably ok. Differs from previous hypothesis tests in that it takes into account a possible interac5on between the two variables. An interac5on occurs when the effect of one variable (e.g., crowd size) depends on the value of the other variable (e.g., gender). Two Factor ANOVA Summary Size of ANOVA effects can be quan5fied with par5al eta squared (e.g., the percentage of the variance that is accounted for by a factor or interac5on ayer removing the variance due to non- noise causes). Follow up significant effects and interac5ons with simple effect tests. To find out which pairs of cells have different means, use a mul5ple comparisons test (e.g., Tukey s HSD) and you can quan5fy the effect size with Cohen s d. 19

T- test recap. Week 7. One- sample t- test. One- sample t- test 5/13/12. t = x " µ s x. One- sample t- test Paired t- test Independent samples t- test

T- test recap. Week 7. One- sample t- test. One- sample t- test 5/13/12. t = x  µ s x. One- sample t- test Paired t- test Independent samples t- test T- test recap Week 7 One- sample t- test Paired t- test Independent samples t- test T- test review Addi5onal tests of significance: correla5ons, qualita5ve data In each case, we re looking to see whether

More information

ANOVA continued. Chapter 10

ANOVA continued. Chapter 10 ANOVA continued Chapter 10 Zettergren (003) School adjustment in adolescence for previously rejected, average, and popular children. Effect of peer reputation on academic performance and school adjustment

More information

Sta$s$cal Significance Tes$ng In Theory and In Prac$ce

Sta$s$cal Significance Tes$ng In Theory and In Prac$ce Sta$s$cal Significance Tes$ng In Theory and In Prac$ce Ben Cartere8e University of Delaware h8p://ir.cis.udel.edu/ictir13tutorial Hypotheses and Experiments Hypothesis: Using an SVM for classifica$on will

More information

ANOVA continued. Chapter 10

ANOVA continued. Chapter 10 ANOVA continued Chapter 10 Zettergren (003) School adjustment in adolescence for previously rejected, average, and popular children. Effect of peer reputation on academic performance and school adjustment

More information

Analysis of Variance (ANOVA)

Analysis of Variance (ANOVA) Analysis of Variance (ANOVA) Used for comparing or more means an extension of the t test Independent Variable (factor) = categorical (qualita5ve) predictor should have at least levels, but can have many

More information

ANOVA continued. Chapter 11

ANOVA continued. Chapter 11 ANOVA continued Chapter 11 Zettergren (003) School adjustment in adolescence for previously rejected, average, and popular children. Effect of peer reputation on academic performance and school adjustment

More information

An Analysis of College Algebra Exam Scores December 14, James D Jones Math Section 01

An Analysis of College Algebra Exam Scores December 14, James D Jones Math Section 01 An Analysis of College Algebra Exam s December, 000 James D Jones Math - Section 0 An Analysis of College Algebra Exam s Introduction Students often complain about a test being too difficult. Are there

More information

Introduction to Analysis of Variance. Chapter 11

Introduction to Analysis of Variance. Chapter 11 Introduction to Analysis of Variance Chapter 11 Review t-tests Single-sample t-test Independent samples t-test Related or paired-samples t-test s m M t ) ( 1 1 ) ( m m s M M t M D D D s M t n s s M 1 )

More information

22s:152 Applied Linear Regression. Take random samples from each of m populations.

22s:152 Applied Linear Regression. Take random samples from each of m populations. 22s:152 Applied Linear Regression Chapter 8: ANOVA NOTE: We will meet in the lab on Monday October 10. One-way ANOVA Focuses on testing for differences among group means. Take random samples from each

More information

Garvan Ins)tute Biosta)s)cal Workshop 16/7/2015. Tuan V. Nguyen. Garvan Ins)tute of Medical Research Sydney, Australia

Garvan Ins)tute Biosta)s)cal Workshop 16/7/2015. Tuan V. Nguyen. Garvan Ins)tute of Medical Research Sydney, Australia Garvan Ins)tute Biosta)s)cal Workshop 16/7/2015 Tuan V. Nguyen Tuan V. Nguyen Garvan Ins)tute of Medical Research Sydney, Australia Analysis of variance Between- group and within- group varia)on explained

More information

An Old Research Question

An Old Research Question ANOVA An Old Research Question The impact of TV on high-school grade Watch or not watch Two groups The impact of TV hours on high-school grade Exactly how much TV watching would make difference Multiple

More information

22s:152 Applied Linear Regression. There are a couple commonly used models for a one-way ANOVA with m groups. Chapter 8: ANOVA

22s:152 Applied Linear Regression. There are a couple commonly used models for a one-way ANOVA with m groups. Chapter 8: ANOVA 22s:152 Applied Linear Regression Chapter 8: ANOVA NOTE: We will meet in the lab on Monday October 10. One-way ANOVA Focuses on testing for differences among group means. Take random samples from each

More information

1. What does the alternate hypothesis ask for a one-way between-subjects analysis of variance?

1. What does the alternate hypothesis ask for a one-way between-subjects analysis of variance? 1. What does the alternate hypothesis ask for a one-way between-subjects analysis of variance? 2. What is the difference between between-group variability and within-group variability? 3. What does between-group

More information

Multiple t Tests. Introduction to Analysis of Variance. Experiments with More than 2 Conditions

Multiple t Tests. Introduction to Analysis of Variance. Experiments with More than 2 Conditions Introduction to Analysis of Variance 1 Experiments with More than 2 Conditions Often the research that psychologists perform has more conditions than just the control and experimental conditions You might

More information

22s:152 Applied Linear Regression. Chapter 8: 1-Way Analysis of Variance (ANOVA) 2-Way Analysis of Variance (ANOVA)

22s:152 Applied Linear Regression. Chapter 8: 1-Way Analysis of Variance (ANOVA) 2-Way Analysis of Variance (ANOVA) 22s:152 Applied Linear Regression Chapter 8: 1-Way Analysis of Variance (ANOVA) 2-Way Analysis of Variance (ANOVA) We now consider an analysis with only categorical predictors (i.e. all predictors are

More information

One-Way ANOVA Cohen Chapter 12 EDUC/PSY 6600

One-Way ANOVA Cohen Chapter 12 EDUC/PSY 6600 One-Way ANOVA Cohen Chapter 1 EDUC/PSY 6600 1 It is easy to lie with statistics. It is hard to tell the truth without statistics. -Andrejs Dunkels Motivating examples Dr. Vito randomly assigns 30 individuals

More information

Linear Regression and Correla/on. Correla/on and Regression Analysis. Three Ques/ons 9/14/14. Chapter 13. Dr. Richard Jerz

Linear Regression and Correla/on. Correla/on and Regression Analysis. Three Ques/ons 9/14/14. Chapter 13. Dr. Richard Jerz Linear Regression and Correla/on Chapter 13 Dr. Richard Jerz 1 Correla/on and Regression Analysis Correla/on Analysis is the study of the rela/onship between variables. It is also defined as group of techniques

More information

Linear Regression and Correla/on

Linear Regression and Correla/on Linear Regression and Correla/on Chapter 13 Dr. Richard Jerz 1 Correla/on and Regression Analysis Correla/on Analysis is the study of the rela/onship between variables. It is also defined as group of techniques

More information

Introduction to the Analysis of Variance (ANOVA) Computing One-Way Independent Measures (Between Subjects) ANOVAs

Introduction to the Analysis of Variance (ANOVA) Computing One-Way Independent Measures (Between Subjects) ANOVAs Introduction to the Analysis of Variance (ANOVA) Computing One-Way Independent Measures (Between Subjects) ANOVAs The Analysis of Variance (ANOVA) The analysis of variance (ANOVA) is a statistical technique

More information

Common models and contrasts. Tuesday, Lecture 2 Jeane5e Mumford University of Wisconsin - Madison

Common models and contrasts. Tuesday, Lecture 2 Jeane5e Mumford University of Wisconsin - Madison ommon models and contrasts Tuesday, Lecture Jeane5e Mumford University of Wisconsin - Madison Let s set up some simple models 1-sample t-test -sample t-test With contrasts! 1-sample t-test Y = 0 + 1-sample

More information

Regression Part II. One- factor ANOVA Another dummy variable coding scheme Contrasts Mul?ple comparisons Interac?ons

Regression Part II. One- factor ANOVA Another dummy variable coding scheme Contrasts Mul?ple comparisons Interac?ons Regression Part II One- factor ANOVA Another dummy variable coding scheme Contrasts Mul?ple comparisons Interac?ons One- factor Analysis of variance Categorical Explanatory variable Quan?ta?ve Response

More information

The One-Way Independent-Samples ANOVA. (For Between-Subjects Designs)

The One-Way Independent-Samples ANOVA. (For Between-Subjects Designs) The One-Way Independent-Samples ANOVA (For Between-Subjects Designs) Computations for the ANOVA In computing the terms required for the F-statistic, we won t explicitly compute any sample variances or

More information

5:1LEC - BETWEEN-S FACTORIAL ANOVA

5:1LEC - BETWEEN-S FACTORIAL ANOVA 5:1LEC - BETWEEN-S FACTORIAL ANOVA The single-factor Between-S design described in previous classes is only appropriate when there is just one independent variable or factor in the study. Often, however,

More information

1 DV is normally distributed in the population for each level of the within-subjects factor 2 The population variances of the difference scores

1 DV is normally distributed in the population for each level of the within-subjects factor 2 The population variances of the difference scores One-way Prepared by: Prof. Dr Bahaman Abu Samah Department of Professional Development and Continuing Education Faculty of Educational Studies Universiti Putra Malaysia Serdang The purpose is to test the

More information

Comparing Several Means

Comparing Several Means Comparing Several Means Some slides from R. Pruim STA303/STA1002: Methods of Data Analysis II, Summer 2016 Michael Guerzhoy The Dating World of Swordtail Fish In some species of swordtail fish, males develop

More information

Review. One-way ANOVA, I. What s coming up. Multiple comparisons

Review. One-way ANOVA, I. What s coming up. Multiple comparisons Review One-way ANOVA, I 9.07 /15/00 Earlier in this class, we talked about twosample z- and t-tests for the difference between two conditions of an independent variable Does a trial drug work better than

More information

Two sample Test. Paired Data : Δ = 0. Lecture 3: Comparison of Means. d s d where is the sample average of the differences and is the

Two sample Test. Paired Data : Δ = 0. Lecture 3: Comparison of Means. d s d where is the sample average of the differences and is the Gene$cs 300: Sta$s$cal Analysis of Biological Data Lecture 3: Comparison of Means Two sample t test Analysis of variance Type I and Type II errors Power More R commands September 23, 2010 Two sample Test

More information

H0: Tested by k-grp ANOVA

H0: Tested by k-grp ANOVA Pairwise Comparisons ANOVA for multiple condition designs Pairwise comparisons and RH Testing Alpha inflation & Correction LSD & HSD procedures Alpha estimation reconsidered H0: Tested by k-grp ANOVA Regardless

More information

Data files for today. CourseEvalua2on2.sav pontokprediktorok.sav Happiness.sav Ca;erplot.sav

Data files for today. CourseEvalua2on2.sav pontokprediktorok.sav Happiness.sav Ca;erplot.sav Correlation Data files for today CourseEvalua2on2.sav pontokprediktorok.sav Happiness.sav Ca;erplot.sav Defining Correlation Co-variation or co-relation between two variables These variables change together

More information

Analysis of variance (ANOVA) Comparing the means of more than two groups

Analysis of variance (ANOVA) Comparing the means of more than two groups Analysis of variance (ANOVA) Comparing the means of more than two groups Example: Cost of mating in male fruit flies Drosophila Treatments: place males with and without unmated (virgin) females Five treatments

More information

Notes on Maxwell & Delaney

Notes on Maxwell & Delaney Notes on Maxwell & Delaney PSY710 12 higher-order within-subject designs Chapter 11 discussed the analysis of data collected in experiments that had a single, within-subject factor. Here we extend those

More information

10/31/2012. One-Way ANOVA F-test

10/31/2012. One-Way ANOVA F-test PSY 511: Advanced Statistics for Psychological and Behavioral Research 1 1. Situation/hypotheses 2. Test statistic 3.Distribution 4. Assumptions One-Way ANOVA F-test One factor J>2 independent samples

More information

Prepared by: Prof. Dr Bahaman Abu Samah Department of Professional Development and Continuing Education Faculty of Educational Studies Universiti

Prepared by: Prof. Dr Bahaman Abu Samah Department of Professional Development and Continuing Education Faculty of Educational Studies Universiti Prepared by: Prof. Dr Bahaman Abu Samah Department of Professional Development and Continuing Education Faculty of Educational Studies Universiti Putra Malaysia Serdang Use in experiment, quasi-experiment

More information

ANOVA Analysis of Variance

ANOVA Analysis of Variance ANOVA Analysis of Variance ANOVA Analysis of Variance Extends independent samples t test ANOVA Analysis of Variance Extends independent samples t test Compares the means of groups of independent observations

More information

Introduction to the Analysis of Variance (ANOVA)

Introduction to the Analysis of Variance (ANOVA) Introduction to the Analysis of Variance (ANOVA) The Analysis of Variance (ANOVA) The analysis of variance (ANOVA) is a statistical technique for testing for differences between the means of multiple (more

More information

Data Processing Techniques

Data Processing Techniques Universitas Gadjah Mada Department of Civil and Environmental Engineering Master in Engineering in Natural Disaster Management Data Processing Techniques Hypothesis Tes,ng 1 Hypothesis Testing Mathema,cal

More information

Multiple Pairwise Comparison Procedures in One-Way ANOVA with Fixed Effects Model

Multiple Pairwise Comparison Procedures in One-Way ANOVA with Fixed Effects Model Biostatistics 250 ANOVA Multiple Comparisons 1 ORIGIN 1 Multiple Pairwise Comparison Procedures in One-Way ANOVA with Fixed Effects Model When the omnibus F-Test for ANOVA rejects the null hypothesis that

More information

(Where does Ch. 7 on comparing 2 means or 2 proportions fit into this?)

(Where does Ch. 7 on comparing 2 means or 2 proportions fit into this?) 12. Comparing Groups: Analysis of Variance (ANOVA) Methods Response y Explanatory x var s Method Categorical Categorical Contingency tables (Ch. 8) (chi-squared, etc.) Quantitative Quantitative Regression

More information

22s:152 Applied Linear Regression. 1-way ANOVA visual:

22s:152 Applied Linear Regression. 1-way ANOVA visual: 22s:152 Applied Linear Regression 1-way ANOVA visual: Chapter 8: 1-Way Analysis of Variance (ANOVA) 2-Way Analysis of Variance (ANOVA) 0.00 0.05 0.10 0.15 0.20 0.25 0.30 0.35 Y We now consider an analysis

More information

COMPARING SEVERAL MEANS: ANOVA

COMPARING SEVERAL MEANS: ANOVA LAST UPDATED: November 15, 2012 COMPARING SEVERAL MEANS: ANOVA Objectives 2 Basic principles of ANOVA Equations underlying one-way ANOVA Doing a one-way ANOVA in R Following up an ANOVA: Planned contrasts/comparisons

More information

Keppel, G. & Wickens, T.D. Design and Analysis Chapter 2: Sources of Variability and Sums of Squares

Keppel, G. & Wickens, T.D. Design and Analysis Chapter 2: Sources of Variability and Sums of Squares Keppel, G. & Wickens, T.D. Design and Analysis Chapter 2: Sources of Variability and Sums of Squares K&W introduce the notion of a simple experiment with two conditions. Note that the raw data (p. 16)

More information

ANOVA: Comparing More Than Two Means

ANOVA: Comparing More Than Two Means ANOVA: Comparing More Than Two Means Chapter 11 Cathy Poliak, Ph.D. cathy@math.uh.edu Office Fleming 11c Department of Mathematics University of Houston Lecture 25-3339 Cathy Poliak, Ph.D. cathy@math.uh.edu

More information

Hypothesis T e T sting w ith with O ne O One-Way - ANOV ANO A V Statistics Arlo Clark Foos -

Hypothesis T e T sting w ith with O ne O One-Way - ANOV ANO A V Statistics Arlo Clark Foos - Hypothesis Testing with One-Way ANOVA Statistics Arlo Clark-Foos Conceptual Refresher 1. Standardized z distribution of scores and of means can be represented as percentile rankings. 2. t distribution

More information

Chapter 12. Analysis of variance

Chapter 12. Analysis of variance Serik Sagitov, Chalmers and GU, January 9, 016 Chapter 1. Analysis of variance Chapter 11: I = samples independent samples paired samples Chapter 1: I 3 samples of equal size J one-way layout two-way layout

More information

Psych 230. Psychological Measurement and Statistics

Psych 230. Psychological Measurement and Statistics Psych 230 Psychological Measurement and Statistics Pedro Wolf December 9, 2009 This Time. Non-Parametric statistics Chi-Square test One-way Two-way Statistical Testing 1. Decide which test to use 2. State

More information

In ANOVA the response variable is numerical and the explanatory variables are categorical.

In ANOVA the response variable is numerical and the explanatory variables are categorical. 1 ANOVA ANOVA means ANalysis Of VAriance. The ANOVA is a tool for studying the influence of one or more qualitative variables on the mean of a numerical variable in a population. In ANOVA the response

More information

Sociology 301. Hypothesis Testing + t-test for Comparing Means. Hypothesis Testing. Hypothesis Testing. Liying Luo 04.14

Sociology 301. Hypothesis Testing + t-test for Comparing Means. Hypothesis Testing. Hypothesis Testing. Liying Luo 04.14 Sociology 301 Hypothesis Testing + t-test for Comparing Means Liying Luo 04.14 Hypothesis Testing 5. State a technical decision and a substan;ve conclusion Hypothesis Testing A random sample of 100 UD

More information

WELCOME! Lecture 13 Thommy Perlinger

WELCOME! Lecture 13 Thommy Perlinger Quantitative Methods II WELCOME! Lecture 13 Thommy Perlinger Parametrical tests (tests for the mean) Nature and number of variables One-way vs. two-way ANOVA One-way ANOVA Y X 1 1 One dependent variable

More information

Analysis of Variance

Analysis of Variance Analysis of Variance Blood coagulation time T avg A 62 60 63 59 61 B 63 67 71 64 65 66 66 C 68 66 71 67 68 68 68 D 56 62 60 61 63 64 63 59 61 64 Blood coagulation time A B C D Combined 56 57 58 59 60 61

More information

Uni- and Bivariate Power

Uni- and Bivariate Power Uni- and Bivariate Power Copyright 2002, 2014, J. Toby Mordkoff Note that the relationship between risk and power is unidirectional. Power depends on risk, but risk is completely independent of power.

More information

In a one-way ANOVA, the total sums of squares among observations is partitioned into two components: Sums of squares represent:

In a one-way ANOVA, the total sums of squares among observations is partitioned into two components: Sums of squares represent: Activity #10: AxS ANOVA (Repeated subjects design) Resources: optimism.sav So far in MATH 300 and 301, we have studied the following hypothesis testing procedures: 1) Binomial test, sign-test, Fisher s

More information

Analysis of repeated measurements (KLMED8008)

Analysis of repeated measurements (KLMED8008) Analysis of repeated measurements (KLMED8008) Eirik Skogvoll, MD PhD Professor and Consultant Institute of Circulation and Medical Imaging Dept. of Anaesthesiology and Emergency Medicine 1 Day 2 Practical

More information

REGRESSION AND CORRELATION ANALYSIS

REGRESSION AND CORRELATION ANALYSIS Problem 1 Problem 2 A group of 625 students has a mean age of 15.8 years with a standard devia>on of 0.6 years. The ages are normally distributed. How many students are younger than 16.2 years? REGRESSION

More information

Statistics and Quantitative Analysis U4320

Statistics and Quantitative Analysis U4320 Statistics and Quantitative Analysis U3 Lecture 13: Explaining Variation Prof. Sharyn O Halloran Explaining Variation: Adjusted R (cont) Definition of Adjusted R So we'd like a measure like R, but one

More information

Class Notes. Examining Repeated Measures Data on Individuals

Class Notes. Examining Repeated Measures Data on Individuals Ronald Heck Week 12: Class Notes 1 Class Notes Examining Repeated Measures Data on Individuals Generalized linear mixed models (GLMM) also provide a means of incorporang longitudinal designs with categorical

More information

Your schedule of coming weeks. One-way ANOVA, II. Review from last time. Review from last time /22/2004. Create ANOVA table

Your schedule of coming weeks. One-way ANOVA, II. Review from last time. Review from last time /22/2004. Create ANOVA table Your schedule of coming weeks One-way ANOVA, II 9.07 //00 Today: One-way ANOVA, part II Next week: Two-way ANOVA, parts I and II. One-way ANOVA HW due Thursday Week of May Teacher out of town all week

More information

Rama Nada. -Ensherah Mokheemer. 1 P a g e

Rama Nada. -Ensherah Mokheemer. 1 P a g e - 9 - Rama Nada -Ensherah Mokheemer - 1 P a g e Quick revision: Remember from the last lecture that chi square is an example of nonparametric test, other examples include Kruskal Wallis, Mann Whitney and

More information

Comparing the means of more than two groups

Comparing the means of more than two groups Comparing the means of more than two groups Chapter 15 Analysis of variance (ANOVA) Like a t-test, but can compare more than two groups Asks whether any of two or more means is different from any other.

More information

where Female = 0 for males, = 1 for females Age is measured in years (22, 23, ) GPA is measured in units on a four-point scale (0, 1.22, 3.45, etc.

where Female = 0 for males, = 1 for females Age is measured in years (22, 23, ) GPA is measured in units on a four-point scale (0, 1.22, 3.45, etc. Notes on regression analysis 1. Basics in regression analysis key concepts (actual implementation is more complicated) A. Collect data B. Plot data on graph, draw a line through the middle of the scatter

More information

Statistiek II. John Nerbonne using reworkings by Hartmut Fitz and Wilbert Heeringa. February 13, Dept of Information Science

Statistiek II. John Nerbonne using reworkings by Hartmut Fitz and Wilbert Heeringa. February 13, Dept of Information Science Statistiek II John Nerbonne using reworkings by Hartmut Fitz and Wilbert Heeringa Dept of Information Science j.nerbonne@rug.nl February 13, 2014 Course outline 1 One-way ANOVA. 2 Factorial ANOVA. 3 Repeated

More information

Short introduc,on to the

Short introduc,on to the OXFORD NEUROIMAGING PRIMERS Short introduc,on to the An General Introduction Linear Model to Neuroimaging for Neuroimaging Analysis Mark Jenkinson Mark Jenkinson Janine Michael Bijsterbosch Chappell Michael

More information

Repeated Measures Analysis of Variance

Repeated Measures Analysis of Variance Repeated Measures Analysis of Variance Review Univariate Analysis of Variance Group A Group B Group C Repeated Measures Analysis of Variance Condition A Condition B Condition C Repeated Measures Analysis

More information

Advanced Experimental Design

Advanced Experimental Design Advanced Experimental Design Topic Four Hypothesis testing (z and t tests) & Power Agenda Hypothesis testing Sampling distributions/central limit theorem z test (σ known) One sample z & Confidence intervals

More information

BIOL Biometry LAB 6 - SINGLE FACTOR ANOVA and MULTIPLE COMPARISON PROCEDURES

BIOL Biometry LAB 6 - SINGLE FACTOR ANOVA and MULTIPLE COMPARISON PROCEDURES BIOL 458 - Biometry LAB 6 - SINGLE FACTOR ANOVA and MULTIPLE COMPARISON PROCEDURES PART 1: INTRODUCTION TO ANOVA Purpose of ANOVA Analysis of Variance (ANOVA) is an extremely useful statistical method

More information

Quebec Adipose and Lifestyle Inves?ga?on in Youth (QUALITY) cohort: youth with a family history of obesity.

Quebec Adipose and Lifestyle Inves?ga?on in Youth (QUALITY) cohort: youth with a family history of obesity. A longitudinal study of the effect of physical ac4vity and cardiorespiratory fitness on insulin and glucose homeostasis in a cohort of children with a family history of obesity Protocol for PhD work by

More information

CHI SQUARE ANALYSIS 8/18/2011 HYPOTHESIS TESTS SO FAR PARAMETRIC VS. NON-PARAMETRIC

CHI SQUARE ANALYSIS 8/18/2011 HYPOTHESIS TESTS SO FAR PARAMETRIC VS. NON-PARAMETRIC CHI SQUARE ANALYSIS I N T R O D U C T I O N T O N O N - P A R A M E T R I C A N A L Y S E S HYPOTHESIS TESTS SO FAR We ve discussed One-sample t-test Dependent Sample t-tests Independent Samples t-tests

More information

8/23/2018. One-Way ANOVA F-test. 1. Situation/hypotheses. 2. Test statistic. 3.Distribution. 4. Assumptions

8/23/2018. One-Way ANOVA F-test. 1. Situation/hypotheses. 2. Test statistic. 3.Distribution. 4. Assumptions PSY 5101: Advanced Statistics for Psychological and Behavioral Research 1 1. Situation/hypotheses 2. Test statistic One-Way ANOVA F-test One factor J>2 independent samples H o :µ 1 µ 2 µ J F 3.Distribution

More information

T-Test QUESTION T-TEST GROUPS = sex(1 2) /MISSING = ANALYSIS /VARIABLES = quiz1 quiz2 quiz3 quiz4 quiz5 final total /CRITERIA = CI(.95).

T-Test QUESTION T-TEST GROUPS = sex(1 2) /MISSING = ANALYSIS /VARIABLES = quiz1 quiz2 quiz3 quiz4 quiz5 final total /CRITERIA = CI(.95). QUESTION 11.1 GROUPS = sex(1 2) /MISSING = ANALYSIS /VARIABLES = quiz2 quiz3 quiz4 quiz5 final total /CRITERIA = CI(.95). Group Statistics quiz2 quiz3 quiz4 quiz5 final total sex N Mean Std. Deviation

More information

COGS 14B: INTRODUCTION TO STATISTICAL ANALYSIS

COGS 14B: INTRODUCTION TO STATISTICAL ANALYSIS COGS 14B: INTRODUCTION TO STATISTICAL ANALYSIS TA: Sai Chowdary Gullapally scgullap@eng.ucsd.edu Office Hours: Thursday (Mandeville) 3:30PM - 4:30PM (or by appointment) Slides: I am using the amazing slides

More information

psyc3010 lecture 2 factorial between-ps ANOVA I: omnibus tests

psyc3010 lecture 2 factorial between-ps ANOVA I: omnibus tests psyc3010 lecture 2 factorial between-ps ANOVA I: omnibus tests last lecture: introduction to factorial designs next lecture: factorial between-ps ANOVA II: (effect sizes and follow-up tests) 1 general

More information

One-way between-subjects ANOVA. Comparing three or more independent means

One-way between-subjects ANOVA. Comparing three or more independent means One-way between-subjects ANOVA Comparing three or more independent means Data files SpiderBG.sav Attractiveness.sav Homework: sourcesofself-esteem.sav ANOVA: A Framework Understand the basic principles

More information

Example: Data from the Child Health and Development Study

Example: Data from the Child Health and Development Study Example: Data from the Child Health and Development Study Can we use linear regression to examine how well length of gesta:onal period predicts birth weight? First look at the sca@erplot: Does a linear

More information

171:162 Design and Analysis of Biomedical Studies, Summer 2011 Exam #3, July 16th

171:162 Design and Analysis of Biomedical Studies, Summer 2011 Exam #3, July 16th Name 171:162 Design and Analysis of Biomedical Studies, Summer 2011 Exam #3, July 16th Use the selected SAS output to help you answer the questions. The SAS output is all at the back of the exam on pages

More information

Introduction to Analysis of Variance (ANOVA) Part 2

Introduction to Analysis of Variance (ANOVA) Part 2 Introduction to Analysis of Variance (ANOVA) Part 2 Single factor Serpulid recruitment and biofilms Effect of biofilm type on number of recruiting serpulid worms in Port Phillip Bay Response variable:

More information

Analysis of Variance (ANOVA)

Analysis of Variance (ANOVA) Analysis of Variance (ANOVA) Two types of ANOVA tests: Independent measures and Repeated measures Comparing 2 means: X 1 = 20 t - test X 2 = 30 How can we Compare 3 means?: X 1 = 20 X 2 = 30 X 3 = 35 ANOVA

More information

Hypothesis testing. Data to decisions

Hypothesis testing. Data to decisions Hypothesis testing Data to decisions The idea Null hypothesis: H 0 : the DGP/population has property P Under the null, a sample statistic has a known distribution If, under that that distribution, the

More information

Chapter 11: Linear Regression and Correla4on. Correla4on

Chapter 11: Linear Regression and Correla4on. Correla4on Chapter 11: Linear Regression and Correla4on Regression analysis is a sta3s3cal tool that u3lizes the rela3on between two or more quan3ta3ve variables so that one variable can be predicted from the other,

More information

One-way Analysis of Variance. Major Points. T-test. Ψ320 Ainsworth

One-way Analysis of Variance. Major Points. T-test. Ψ320 Ainsworth One-way Analysis of Variance Ψ30 Ainsworth Major Points Problem with t-tests and multiple groups The logic behind ANOVA Calculations Multiple comparisons Assumptions of analysis of variance Effect Size

More information

Analysis of Variance ANOVA. What We Will Cover in This Section. Situation

Analysis of Variance ANOVA. What We Will Cover in This Section. Situation Analysis of Variance ANOVA 8//007 P7 Analysis of Variance What We Will Cover in This Section Introduction. Overview. Simple ANOVA. Repeated Measures ANOVA. Factorial ANOVA 8//007 P7 Analysis of Variance

More information

One-way between-subjects ANOVA. Comparing three or more independent means

One-way between-subjects ANOVA. Comparing three or more independent means One-way between-subjects ANOVA Comparing three or more independent means ANOVA: A Framework Understand the basic principles of ANOVA Why it is done? What it tells us? Theory of one-way between-subjects

More information

DETAILED CONTENTS PART I INTRODUCTION AND DESCRIPTIVE STATISTICS. 1. Introduction to Statistics

DETAILED CONTENTS PART I INTRODUCTION AND DESCRIPTIVE STATISTICS. 1. Introduction to Statistics DETAILED CONTENTS About the Author Preface to the Instructor To the Student How to Use SPSS With This Book PART I INTRODUCTION AND DESCRIPTIVE STATISTICS 1. Introduction to Statistics 1.1 Descriptive and

More information

One-Way ANOVA Source Table J - 1 SS B / J - 1 MS B /MS W. Pairwise Post-Hoc Comparisons of Means

One-Way ANOVA Source Table J - 1 SS B / J - 1 MS B /MS W. Pairwise Post-Hoc Comparisons of Means One-Way ANOVA Source Table ANOVA MODEL: ij = µ* + α j + ε ij H 0 : µ 1 = µ =... = µ j or H 0 : Σα j = 0 Source Sum of Squares df Mean Squares F Between Groups n j ( j - * ) J - 1 SS B / J - 1 MS B /MS

More information

Sta$s$cs for Genomics ( )

Sta$s$cs for Genomics ( ) Sta$s$cs for Genomics (140.688) Instructor: Jeff Leek Slide Credits: Rafael Irizarry, John Storey No announcements today. Hypothesis testing Once you have a given score for each gene, how do you decide

More information

Department of Economics. Business Statistics. Chapter 12 Chi-square test of independence & Analysis of Variance ECON 509. Dr.

Department of Economics. Business Statistics. Chapter 12 Chi-square test of independence & Analysis of Variance ECON 509. Dr. Department of Economics Business Statistics Chapter 1 Chi-square test of independence & Analysis of Variance ECON 509 Dr. Mohammad Zainal Chapter Goals After completing this chapter, you should be able

More information

Introduction. Chapter 8

Introduction. Chapter 8 Chapter 8 Introduction In general, a researcher wants to compare one treatment against another. The analysis of variance (ANOVA) is a general test for comparing treatment means. When the null hypothesis

More information

Analysis of variance (ANOVA) ANOVA. Null hypothesis for simple ANOVA. H 0 : Variance among groups = 0

Analysis of variance (ANOVA) ANOVA. Null hypothesis for simple ANOVA. H 0 : Variance among groups = 0 Analysis of variance (ANOVA) ANOVA Comparing the means of more than two groups Like a t-test, but can compare more than two groups Asks whether any of two or more means is different from any other. In

More information

One-Way ANOVA. Some examples of when ANOVA would be appropriate include:

One-Way ANOVA. Some examples of when ANOVA would be appropriate include: One-Way ANOVA 1. Purpose Analysis of variance (ANOVA) is used when one wishes to determine whether two or more groups (e.g., classes A, B, and C) differ on some outcome of interest (e.g., an achievement

More information

Two-Way ANOVA. Chapter 15

Two-Way ANOVA. Chapter 15 Two-Way ANOVA Chapter 15 Interaction Defined An interaction is present when the effects of one IV depend upon a second IV Interaction effect : The effect of each IV across the levels of the other IV When

More information

SPSS Guide For MMI 409

SPSS Guide For MMI 409 SPSS Guide For MMI 409 by John Wong March 2012 Preface Hopefully, this document can provide some guidance to MMI 409 students on how to use SPSS to solve many of the problems covered in the D Agostino

More information

Statistics: revision

Statistics: revision NST 1B Experimental Psychology Statistics practical 5 Statistics: revision Rudolf Cardinal & Mike Aitken 29 / 30 April 2004 Department of Experimental Psychology University of Cambridge Handouts: Answers

More information

610 - R1A "Make friends" with your data Psychology 610, University of Wisconsin-Madison

610 - R1A Make friends with your data Psychology 610, University of Wisconsin-Madison 610 - R1A "Make friends" with your data Psychology 610, University of Wisconsin-Madison Prof Colleen F. Moore Note: The metaphor of making friends with your data was used by Tukey in some of his writings.

More information

Wolf River. Lecture 19 - ANOVA. Exploratory analysis. Wolf River - Data. Sta 111. June 11, 2014

Wolf River. Lecture 19 - ANOVA. Exploratory analysis. Wolf River - Data. Sta 111. June 11, 2014 Aldrin in the Wolf River Wolf River Lecture 19 - Sta 111 Colin Rundel June 11, 2014 The Wolf River in Tennessee flows past an abandoned site once used by the pesticide industry for dumping wastes, including

More information

Multiple Comparisons

Multiple Comparisons Multiple Comparisons Error Rates, A Priori Tests, and Post-Hoc Tests Multiple Comparisons: A Rationale Multiple comparison tests function to tease apart differences between the groups within our IV when

More information

Some Review and Hypothesis Tes4ng. Friday, March 15, 13

Some Review and Hypothesis Tes4ng. Friday, March 15, 13 Some Review and Hypothesis Tes4ng Outline Discussing the homework ques4ons from Joey and Phoebe Review of Sta4s4cal Inference Proper4es of OLS under the normality assump4on Confidence Intervals, T test,

More information

Psy 420 Final Exam Fall 06 Ainsworth. Key Name

Psy 420 Final Exam Fall 06 Ainsworth. Key Name Psy 40 Final Exam Fall 06 Ainsworth Key Name Psy 40 Final A researcher is studying the effect of Yoga, Meditation, Anti-Anxiety Drugs and taking Psy 40 and the anxiety levels of the participants. Twenty

More information

1-Way ANOVA MATH 143. Spring Department of Mathematics and Statistics Calvin College

1-Way ANOVA MATH 143. Spring Department of Mathematics and Statistics Calvin College 1-Way ANOVA MATH 143 Department of Mathematics and Statistics Calvin College Spring 2010 The basic ANOVA situation Two variables: 1 Categorical, 1 Quantitative Main Question: Do the (means of) the quantitative

More information

Contrasts (in general)

Contrasts (in general) 10/1/015 6-09/749 Experimental Design for Behavioral and Social Sciences Contrasts (in general) Context: An ANOVA rejects the overall null hypothesis that all k means of some factor are not equal, i.e.,

More information

Chapter 22. Comparing Two Proportions 1 /29

Chapter 22. Comparing Two Proportions 1 /29 Chapter 22 Comparing Two Proportions 1 /29 Homework p519 2, 4, 12, 13, 15, 17, 18, 19, 24 2 /29 Objective Students test null and alternate hypothesis about two population proportions. 3 /29 Comparing Two

More information

SEVERAL μs AND MEDIANS: MORE ISSUES. Business Statistics

SEVERAL μs AND MEDIANS: MORE ISSUES. Business Statistics SEVERAL μs AND MEDIANS: MORE ISSUES Business Statistics CONTENTS Post-hoc analysis ANOVA for 2 groups The equal variances assumption The Kruskal-Wallis test Old exam question Further study POST-HOC ANALYSIS

More information

T-test: means of Spock's judge versus all other judges 1 12:10 Wednesday, January 5, judge1 N Mean Std Dev Std Err Minimum Maximum

T-test: means of Spock's judge versus all other judges 1 12:10 Wednesday, January 5, judge1 N Mean Std Dev Std Err Minimum Maximum T-test: means of Spock's judge versus all other judges 1 The TTEST Procedure Variable: pcwomen judge1 N Mean Std Dev Std Err Minimum Maximum OTHER 37 29.4919 7.4308 1.2216 16.5000 48.9000 SPOCKS 9 14.6222

More information