Question: Question 5: Execute the following code in R to simulate a random sample of length 1 from Binomial(100, 0.45): size = 100; makes = rbinom(1,size,0.45)
Question 5: Execute the following code in R to simulate a random sample of length 1 from Binomial(100, 0.45): size = 100; makes = rbinom(1,size,0.45) Imagine makes is a sample from the population of Joel Embiid's made free throws per 100 attempts. Using your data, carry out a formal hypothesis test at the ( = 0.05) significance level to determine if Embiid's true made free throw proportion is less than 0.5. Identify the p-value and make a formal conclusion.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
