Statistics Find a value c such that P(-c < Z < c) = 0.6 where Z has a standard normal distribution. You may use either the Z table or R to find the necessary percentile. Example: To find the 10th percentile for a standard normal distribution in R qnorm(0.1) The […]