Module 8: Persona of ANOVA
Hi everyone!
High Stress | Moderate Stress | Low Stress |
10 | 8 | 4 |
9 | 10 | 6 |
8 | 6 | 6 |
9 | 7 | 4 |
10 | 8 | 2 |
8 | 8 | 2 |
Report on drug and stress level by using R. Provide a full summary report on the result of ANOVA testing and what does it mean. More specifically, report using the following R functions: Df, Sum, Sq Mean, Sq, F value, Pr(>F)
F(2,15) = 21.36; p <0.05
The ANOVA test tells us the stress groups of high(h), moderate(l), or low(l) have a true mean difference with the subjects stress scale level from 1 to 10. The p-value is low at 0.0000408 which is lower than a normal alpha level 0.05, thus we can say there is truly a relationship between the group stress type and the stress scale levels due to the drugs.
2. From our Textbook:Introductory Statistics with R. Chapter # 6 Exercises 6.1 pp. 127.
The zelazo data (taken from textbook's R package called ISwR) are in the form of a list of vectors, one for each of the four groups. Convert the data to a form suitable for the user of lm, and calculate the relevant test. Consider t tests comparing selected subgroups or obtained by combining groups.
2.1 Consider ANOVA test (one way or two-way) to this dataset (zelazo)
Comments
Post a Comment