πŸ“Š R Programming
Q. Which of the following statement is normal distribution?
  • (A) dnorm(x, mean=0, sd=1, log = FALSE)
  • (B) pnorm(q, mean=0, sd=1, lower.tail = TRUE, log.p = FALSE)
  • (C) qnorm(p, mean=0, sd=1, lower.tail = TRUE, log.p = FALSE)
  • (D) rnorm(n, mean=0, sd=1)
πŸ’¬ Discuss
βœ… Correct Answer: (A) dnorm(x, mean=0, sd=1, log = FALSE)

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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