1.

How can we define ‘undefined value’ in R language?(a) Inf(b) Sup(c) Und(d) NaNThe question was asked in class test.The doubt is from Overview of R topic in chapter History, Overview and Getting Started of R Programming

Answer»

Right ANSWER is (d) NaN

The BEST explanation: NaN is used to define the “undefined” value in the R language. Undefined values also have some value in R. Missing values are DENOTED by NA or NaN for Q undefined mathematical operations. A NaN value is also NA but the converse is not TRUE.



Discussion

No Comment Found

Related InterviewSolutions