Logo

R Questions Set 22:

Quiz Mode

Extracts first four element.

1
2
3
4

Solution:

Spread function is known as ____ in spreadsheets.

1
2
3
4

Solution:

The collection of objects currently stored in R is called the _____

1
2
3
4

Solution:

Which of the following code will print NULL?

1
2
3
4

Solution:

 Which of the following code will print NULL? 

1
2
3
4

Solution:

What is the output of the code?

 

> x <- vector("numeric", length = 10)
> x

1
2
3
4

Solution:

  which of the following is a new package that makes it easy to “tidy” your data?

1
2
3
4

Solution:

 If a programmer wants the output to be a list then ___________ function is used. 

1
2
3
4

Solution:

Which command is used for storing R objects in a file?

1
2
3
4

Solution:

Which of the following functions creates n samples of size "size" with probability "prob" from the binomial distribution?

1
2
3
4

Solution: