Vidyalelo
R Programming · Q44

Data Visualization with ggplot2

Programming · R Programming · question 44

Q44

Which of the following statement is normal distribution?

A.
dnorm(x, mean=0, sd=1, log = FALSE)
Answer
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)

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board