InterviewSolution
Saved Bookmarks
| 1. |
What is the function used to test objects (returns a logical operator) if they are NA?(a) is.na()(b) is.nan()(c) as.na()(d) as.nan()I had been asked this question during an online exam.The above asked question is from Overview of R topic in chapter History, Overview and Getting Started of R Programming |
|
Answer» The correct option is (a) is.na() |
|