Question
In R’s probability-distribution functions, what does the prefix q usually return?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Quantiles corresponding to cumulative probabilities
Explanation:
A quantile function inverts the CDF.
For example, qnorm(0.975) gives the normal value with 97.5 percent below it.
Leave a Reply