Q11
In R, how do you compute the mean of a numeric variable named variable?
A.
mean(variable)
AnswerB.
calculate_mean(variable)
C.
average(variable)
D.
compute(variable, "mean")
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board