Logo

R Questions Set 20:

Quiz Mode

 

______ splits a data frame and results in an array

1
2
3

Solution:

Warnings are generated by the warning() function.

1
2
3
4

Solution:

R functions are divided in a number of  _____

1
2
3
4

Solution:

Which of the following is the same as lapply()?

1
2
3
4

Solution:

The building blocks of artificial neural networks are artificial _______ 

1
2
3
4

Solution:

Which of the following distributions is derived from the normal distribution?

1
2
3
4

Solution:

Functions in R are defined using the function directive and are stored as R objects.

1
2
3
4

Solution:

The R function dlnorm(x, meanlog = 0, sdlog = 1) is used to calculate the probability density function of the ________ distribution.

1
2
3
4

Solution:

What is the output of the following R code?

> y = seq(7, 15, 1.5)

> y

1
2
3
4

Solution:

Which of the following functions is used to generate uniform distribution random numbers?

1
2
3
4

Solution: