Q. What will be the output of the following R code?
> mean(x)
Error in mean(x) : object 'x' not found
> traceback()
> mean(x)
Error in mean(x) : object 'x' not found
> traceback()
β
Correct Answer: (A)
1: mean(x)