Q. How do you create a quantile-quantile plot for a numeric variable values against a theoretical distribution in R?
β
Correct Answer: (C)
qqnorm(values, dist)
You must be Logged in to update hint/solution