πŸ“Š R Programming
Q. What will be the output of the following R code?
x<- c (“a”,” b”)
as.numeric(x)
  • (A) [1] 1 2
  • (B) [1] TRUE TRUE
  • (C) [1] NA NA (Warning message: NAs introduced by coercion)
  • (D) [1] NAN
πŸ’¬ Discuss
βœ… Correct Answer: (C) [1] NA NA (Warning message: NAs introduced by coercion)

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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