InterviewSolution
Saved Bookmarks
| 1. |
How missing values and impossible values are represented in R language?(a) NA(b) NAN(c) NA & NAN(d) Not ExistThis question was posed to me in an online quiz.This interesting question is from Functions topic in section Control Structures, Functions, Scoping Rules, Loop Functions and Debugging of R Programming |
|
Answer» The correct option is (c) NA & NAN |
|