91.
What will be the output of the following R code?
> x <- c(1, 2, NaN, NA, 4)
> is.na(x)

Read More Section(R Programming Basics)

Each Section contains maximum 100 MCQs question on R Programming Basics. To get more questions visit other sections.