Consider a normal population with mean = 82 and standard deviation = 12. If a random sample of size 9 is selected, what is the probability that the sample mean will lie between 80.8 and 83.2 (use RStudio to compute your answer)? Generate 10 random samples of size 9 from the distribution and calculate the mean for each (create a variable to contain the calculated means). Print out the variable containing your sample means. Based on your answer to part (a), about how many of the sample means would you expect to fall between 80.8 and 83.2? How many of the sample means DID fall between 80.8 and 83.2 (use the sum() function to count this number)? With a random sample of size 25, what is the probability that the sample mean will fall between 80.8 and 83.2 (use RStudio to compute your answer)? (d) Generate 10 random samples of size 25 from the distribution and calculate the mean for each (create a variable to contain the calculated means). Print out the variable containing your sample means. For a sample size of 25, about how many of the sample means would you expect to fall between 80.8 and 83.2? How many of the sample means DID fall between 80.8 and 83.2 (use the sum() function to count this number)?
Consider a normal population with
If a random sample of size 9 is selected, what is the
Generate 10 random samples of size 9 from the distribution and calculate the mean for each (create a variable to contain the calculated means). Print out the variable containing your sample means. Based on your answer to part (a), about how many of the sample means would you expect to fall between 80.8 and 83.2? How many of the sample means DID fall between 80.8 and 83.2 (use the sum()
With a random sample of size 25, what is the probability that the sample mean will fall between 80.8 and 83.2 (use RStudio to compute your answer)?
(d) Generate 10 random samples of size 25 from the distribution and calculate the mean for each (create a variable to contain the calculated means). Print out the variable containing your sample means. For a
Trending now
This is a popular solution!
Step by step
Solved in 3 steps with 4 images