Logo

R Questions Set 37:

Quiz Mode

Tick the correct output.

 

> sqrt(-17)

1
2
3

Solution:

What suffix do you need if you want to specify it's Integer?

1
2
3
4

Solution:

Which of the following is a library for statistical quality control?

1
2
3
4

Solution:

The functionality of R is divided into a number of packages.

1
2
3
4

Solution:

Which of the following sorting techniques is there in R?

1
2
3
4

Solution:

Which is the main way to read the data back in (parse it) using the R function?

1
2
3
4

Solution:

How are missing values and impossible values represented in the R programming language?

1
2
3
4

Solution:

Tick the correct statement.

1
2
3
4

Solution:

Which of the following functions can be used to read a tab or space-delimited file?

1
2
3
4

Solution:

Which of the following statements about NaN and NA values is incorrect?

1
2
3
4

Solution: