Answered step by step
Verified Expert Solution
Question
1 Approved Answer
A gambler is trying to model the amount points scored per game. Write a variable called points by using the command points
- A gambler is trying to model the amount points scored per game. Write a variable called "points" by using the command points<-data$score1+data$score2.
- To get an idea of the shape of the point distribution, make a histogram by using the command hist(points). Does any particular distribution come to mind?
- Use R to perform a Chi-Square goodness of fit test for the normal distribution. Use 6 categories. State the test statistic, p-value, critical value, result of the hypothesis test, and your finding regarding the normality of points.
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