Vidyalelo
R Programming · Q100

Control Structures in R Programming

Programming · R Programming · question 100

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)
Answer
B.
Null
C.
0
D.
2

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board