Logo

R Questions Set 4:

Quiz Mode

Which function is used to convert wide data to long data?

1
2
3
4

Solution:

Which of the following has multiple columns?

1
2
3
4

Solution:

 Which of the following is an example of a vector graphics device in R? 

1
2
3
4

Solution:

______ is used to view the dataset in a spreadsheet-type format? 

1
2
3
4

Solution:

 The purpose of fisher.test() is _______ test for contingency table. 

1
2
3
4

Solution:

Which of the following functions is identical to read.table()?

1
2
3
4

Solution:

Which function is used to add new variables/columns or transform existing variables?

1
2
3
4

Solution:

___ variables are categorical variables which can hold either string or numeric values.

1
2
3
4

Solution:

Which of the following code creates an 'n' item vector of random normal deviates?

1
2
3
4

Solution:

When hypothesis tests and confidence limits are to be used, the residuals are assumed to follow the __________ distribution.

1
2
3
4

Solution: