Question: Could really use help on this quickly. You have this r code to calculate mean of random samples from (1,3,5,7,9) and repeat the process. When
Could really use help on this quickly.
You have this r code to calculate mean of random samples from (1,3,5,7,9) and repeat the process. When you run the script, how many mean values do you expect to have?
Code: replicate(4, mean(sample(c(1,3,5,7,9), size=5, replace=true, simplify-true))
Answers:
No mean values will print
5
6
4
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
