Vidyalelo
R Programming · Q30

Introduction to R Programming

Programming · R Programming · question 30

Q30

In R, how is the mean of a numeric vector calculated using the mean() function?

A.
mean(vector)
Answer
B.
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