πŸ“Š R Programming
Q. How do you create a quantile-quantile plot for a numeric variable values against a theoretical distribution in R?
  • (A) qqplot(values, dist)
  • (B) geom_qqplot(mapping = aes(sample = values), dist)
  • (C) qqnorm(values, dist)
  • (D) create_qqplot(values, dist)
πŸ’¬ Discuss
βœ… Correct Answer: (C) qqnorm(values, dist)

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
118
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
93%
Success Rate