Logo

R Questions Set 47:

Quiz Mode

How many basic or 'atomic' classes of objects does R have?

1
2
3
4

Solution:

Factors are the R objects that are created using a _____.

1
2
3
4

Solution:

Which of the following initiates an infinite loop right from the start? 

1
2
3
4

Solution:

An ordered collection of objects or components are called ________

1
2
3
4

Solution:

Axes, axis labels, and titles all appear in the ________ of the figure.

1
2
3
4

Solution:

Which of the following functions returns a list of all the formal arguments of a function?

1
2
3
4

Solution:

Which of the following functions truncates real numbers to integers?

1
2
3
4

Solution:

Which of the following functions converts a matrix of phi coefficients to polychoric correlations?

1
2
3
4

Solution:

Which of the following code drops the ith and jth columns?

1
2
3
4

Solution:

 Which of the following statement would read file “foo.txt”? 

1
2
3
4

Solution: