I will attach the directions for the project in a link. Please follow all rules and guidelines for the project including answering all questions and coding.
MY B NUMBER IS : B00740298
you will need this to answer questions^^^^
PLEASE FEEL FREE TO ASK ANY QUESTIONS YOU MAY HAVE
MY PROFFESOR JUST EMAILED ME THIS BELOW TO HELP MORE WITH THE QUESTIONS
MORE FOLLOW UP ABOUT THE PROJECTS QUESTIONS
I also want to clarify the expectations for some coding questions:
Q5 – “Create a box model in R representing the count of plants with pink flowers”.
For a counting problem, you need to create a 0-1 box. As the draws from a 0-1 box are numerical, you can use R function sum() to get the number of pink flowers in 25000 draws.
Q7 – “Repeat the process described in Question #6 four more times.”
The question is asking you to take four more samples and obtain four more 60% confidence intervals. Basically, you need to follow the instruction in Q6: “Take a simple random sample of 900 plants from the 25,000 plants …”. When you take a new random sample from the population, you will obtain a different sample percentage as well as a new confidence interval.