Vidyalelo
R Programming · all questions

Data Manipulation with dplyr
practice.

Practice every MCQ with options. Use Show answers when you want the correct option and solution.

148

Questions

7/8

Page

Pick an option on a question to see the right answer and solution.

Point out the correct statement?

Select an option to see the answer and solution.

Which of the following code represents count with mean of 2?

Select an option to see the answer and solution.

Which of the following create a set of identity mappings?

Select an option to see the answer and solution.

Point out the correct statement?

Select an option to see the answer and solution.

. . . . . . . . distribution is commonly used to model data that come in the form of counts.

Select an option to see the answer and solution.

Which of the following is complementary to tidyr?

Select an option to see the answer and solution.

Point out the correct statement?

Select an option to see the answer and solution.

What will be the output of the following R code?
> x <- rnorm(10)
> x

Select an option to see the answer and solution.

Logical flag is applicable to which of the following plots?

Select an option to see the answer and solution.

What does the 'pch' option to par() control?

Select an option to see the answer and solution.

Which of the following function works similar to separate()?

Select an option to see the answer and solution.

Which of the following function takes multiple columns?

Select an option to see the answer and solution.

The final bit of output that summaryRprof() provides is the . . . . . . . . interval and the total runtime.

Select an option to see the answer and solution.

. . . . . . . . is interval represented by a vertical line, with a point in the middle.

Select an option to see the answer and solution.

Which of the following statement gives sampling interval?

Select an option to see the answer and solution.

Point out the wrong statement?

Select an option to see the answer and solution.

Point out the wrong statement?

Select an option to see the answer and solution.

. . . . . . . . modifies geom/stat aesthetic defaults for future plots.

Select an option to see the answer and solution.

Which of the following merges two variables into one?

Select an option to see the answer and solution.

Point out the correct statement?

Select an option to see the answer and solution.