πŸ“Š R Programming
Q. What will be the output of the following R code?
> x <- c(1, 2, NaN, NA, 4)
> is.na(x)
  • (A) FALSE FALSE TRUE TRUE FALSE
  • (B) FALSE TRUE TRUE TRUE FALSE
  • (C) TRUE FALSE TRUE TRUE FALSE
  • (D) TRUE FALSE TRUE FALSE FALSE
πŸ’¬ Discuss
βœ… Correct Answer: (A) FALSE FALSE TRUE TRUE FALSE

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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