Vidyalelo
R Programming · Q122

Introduction to R Programming

Programming · R Programming · question 122

Q122

What is the function used to test objects (returns a logical operator) if they are NaN?

A.
as.nan()
B.
is.na()
C.
as.na()
D.
is.nan()
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board