Question
For this assignment all work /computer output can be copied and pasted or typed into this document. Only 1c,d,and e require hand calculations. Instructions are
For this assignment all work /computer output can be copied and pasted or typed into this document. Only 1c,d,and e require hand calculations. Instructions are for R , 2. Consider the independent samples A, B,C
A B C 2.6 3.3 5.8 3.2 7.3 5.6 4 5.7 6.7 4.5 6.3 7.8 4.6 4.8 7 4.8 5.3 7.2 5 5 8 5.5 4.7 8.6 6.3 7.6 9.4 ( 10 pts) a. Create a normal quantile quantile plot for each sample. Note: There is a module video on Normal QQ plots if you need to review this . example using R: copy and paste each line individually and Press
A B C A x B x x C x x x
Report HSD value, differences table, and conclusions. ***************************************************************** ( 10 pts) e. Use Tukeys Honest Significant Difference Test to detect which population means significantly differ. Use 95% confidence ( alpha = .05) . Compute HSD= MSE is same as above and n= 9. q is the critical value for the studentized range distribution, q. To obtain this critical value, type qtukey(.95,3, 24 ) Complete the table filling in the differences in sample means for A,B,C Any differences whose absolute value exceeds HSD are significantly different at alpha =.05. A B C A x B x x C x x x
Report HSD value, differences table, and conclusion. Check your work by TukeyHSD(anova=aov(Q2$Response~Q2$Treatment)) This gives confidence intervals for the difference in means using this method. If starting from scratch: Q2=read.csv('HW4Q2.csv',header=T) anova=aov(Q2$Response~Q2$Treatment) TukeyHSD(anova)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started