Saved Bookmarks
| 1. |
How missing values and impossible values are represented in R language?(a) NA(b) NAN(c) NA & NAN(d) Not Exist |
|
Answer» The correct option is (c) NA & NAN For explanation I would say: NaN (Not a Number) is used to represent impossible values whereas NA (Not Available) is referred to represent missing values. It is good to find the missing values and then take the necessary steps to handle them. |
|