Logo

R Questions Set 16:

Quiz Mode

The rbinom() function is used to simulate binary random variables.

1
2
3
4

Solution:

Which function is used to import a CSV file into R?

1
2
3
4

Solution:

Which of the following lattice commands is used to produce boxplots?

1
2
3
4

Solution:

Which of the following loop over a list and evaluate a function on each element?

1
2
3
4

Solution:

Which of the following statements is invalid?

1
2
3
4

Solution:

Which of the following functions truncates a real number x to an integer?

1
2
3
4

Solution:

Which of the following statements tells the row with the minimum value for every column?

1
2
3
4

Solution:

When there are more than one independent variables in the model, then the linear model is termed as _______ 

1
2
3
4

Solution:

Which of the following functions generates a uniform distribution?

1
2
3
4

Solution: