Assignment due Apr. 21
The Mood's median test requires a chi-square test, which you can execute using the chisq.test function in R. After you have found the overall median (using the 'median' function in R), create a 2x3 table that is appropriate for the Mood's median test in this case. Suppose this table is called tab. Then, type chisq.test(tab).
You should turn in the table you created along with the output for the chi-square test. Finally, interpret the output by stating what it tells us about median hours spent studying.
As always, email me if you have questions.