πŸ“Š R Programming
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

πŸ‘οΈ
73
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Sandhya Thakur
Publisher
πŸ“ˆ
86%
Success Rate