Q30
In R, how is the mean of a numeric vector calculated using the mean() function?
A.
mean(vector)
AnswerB.
calculate.mean(vector)
C.
vector.mean(vector)
D.
avg(vector)
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board