adplus-dvertising
frame-decoration

Question

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)

b.

Null

c.

0

d.

2

Answer: (a).1: mean(x)

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What will be the output of the following R code?