Exercise in R studio
A company wants to play music in the common room. To decide what kind of
music, they ask us to study the effect of different types of music genres on
people's productivity while working. We need to investigate whether there are
significant differences in productivity between individuals listening to classical,
jazz, pop and rock genres of music. Based on the data collected, can you find
evidence that the type of music genre has a significant impact on people's
productivity levels?
Use the appropriate nonparametric method in R, with significance level = 0.05.
Download the file "music_data.csv" to complete this exercise.
Type of music genre has an effect on productivity because W = 176.
Type of music genre has no effect on productivity because the test statistic is 10,785.
Type of music genre has no effect on productivity because the test statistic is greater
than the critical value.
Type of music genre has an effect on productivity as the P value p = 0.01295.