I ran the code, it is included here as well as the output. The problem I am having is I do not understand the bolded part of this question. What type of remarks do you think they are looking for in the solution? If you think the normality assumptions are violated, you need to run some other kind of test, like a nonparametric test. One reasonable choice would be the Mann-Whitney/Wilcoxon rank-sum test. Use R to run this test. Provide your code, output, and remarks in your solutions. wilcox.test(old, new, alternative = "two.sided", exact = F, correct = F) Wilcoxon rank-sum test data: x and y W = 217.5, p-value = 0.07908 alternative hypothesis: true location shift is not equal to 0
I ran the code, it is included here as well as the output. The problem I am having is I do not understand the bolded part of this question. What type of remarks do you think they are looking for in the solution?
If you think the normality assumptions are violated, you need to run some other kind of test, like a nonparametric test. One reasonable choice would be the Mann-Whitney/Wilcoxon rank-sum test. Use R to run this test. Provide your code, output, and remarks in your solutions.
wilcox.test(old, new, alternative = "two.sided", exact = F, correct = F)
Wilcoxon rank-sum test
data: x and y
W = 217.5, p-value = 0.07908
alternative hypothesis: true location shift is not equal to 0
![](/static/compass_v2/shared-icons/check-mark.png)
Trending now
This is a popular solution!
Step by step
Solved in 2 steps
![Blurred answer](/static/compass_v2/solution-images/blurred-answer.jpg)
![MATLAB: An Introduction with Applications](https://www.bartleby.com/isbn_cover_images/9781119256830/9781119256830_smallCoverImage.gif)
![Probability and Statistics for Engineering and th…](https://www.bartleby.com/isbn_cover_images/9781305251809/9781305251809_smallCoverImage.gif)
![Statistics for The Behavioral Sciences (MindTap C…](https://www.bartleby.com/isbn_cover_images/9781305504912/9781305504912_smallCoverImage.gif)
![MATLAB: An Introduction with Applications](https://www.bartleby.com/isbn_cover_images/9781119256830/9781119256830_smallCoverImage.gif)
![Probability and Statistics for Engineering and th…](https://www.bartleby.com/isbn_cover_images/9781305251809/9781305251809_smallCoverImage.gif)
![Statistics for The Behavioral Sciences (MindTap C…](https://www.bartleby.com/isbn_cover_images/9781305504912/9781305504912_smallCoverImage.gif)
![Elementary Statistics: Picturing the World (7th E…](https://www.bartleby.com/isbn_cover_images/9780134683416/9780134683416_smallCoverImage.gif)
![The Basic Practice of Statistics](https://www.bartleby.com/isbn_cover_images/9781319042578/9781319042578_smallCoverImage.gif)
![Introduction to the Practice of Statistics](https://www.bartleby.com/isbn_cover_images/9781319013387/9781319013387_smallCoverImage.gif)