Lab10_Nested_Designs.Rmd
Chapters 20 and 21 from Abdi et al. (2009).
This lab has no content as of yet. Instead, the generalization problems are for you demonstrate how to complete the textbook examples for Chapter 20 and 21 in R.
Your assignment instructions are the following:
From Chapter 20, reproduce the bat and hat example (20.2) in R. Your code should represent the data in long-form, conduct the ANOVA, and report the ANOVA table. You will know if you did it correctly if you can reproduce the ANOVA table from the textbook. (3 points)
From Chapter 21, reproduce the phonological similarity example (21.2.1) in R. Your code should represent the data in long-form, conduct the ANOVA, and report the ANOVA table. You will know if you did it correctly if you can reproduce the ANOVA table from the textbook. (3 points) Note, the F-value for the phonological similarity factor that you find with R may not be the same as the textbook. The textbook produces the quasi-F, and it is OK if you do not.
Bonus points: