Vidyalelo
R Programming · Q5

Statistical Analysis with R (Distributions, Graphics)

Programming · R Programming · question 5

Q5

What is the purpose of the density() function in R?

A.
Computes the kernel density estimate of a numeric variable
B.
Creates a density plot for a numeric variable
Answer
C.
Calculates the probability density function of a variable
D.
Applies a density transformation to a data frame

Answer: Option B

Solution

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