Q100
What will be the output of the following R code? > mean(x) Error in mean(x) : object 'x' not found > traceback()
A.
1: mean(x)
AnswerB.
Null
C.
0
D.
2
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board