In: Statistics and Probability
Use R studio to answer the following.
0.78, 0.45, 0.35, 0.76, 0.57, 0.42, 0.33, 0.68, 0.66, 0.42
Assume that the population is approximately normally distributed. Hint: make a vector to enter the weight data into R, e.g.:
> wt = c(0.78, ..., 0.42)