Q. 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
πŸ’¬ Discuss
βœ… Correct Answer: (A) 1: mean(x)

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
99
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
81%
Success Rate