Q2
In R, how do you create a histogram for a numeric variable variable?
A.
hist(variable)
B.
create_histogram(variable)
C.
geom_histogram(mapping = aes(x = variable))
AnswerD.
plot_histogram(variable)
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board