Vidyalelo
R Programming · all questions

Introduction to R Programming
practice.

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

155

Questions

8/8

Page

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

Which of the R following code is example of explicit printing?

Select an option to see the answer and solution.

What is the meaning of the following R function?
x <- c(4, 5, 1, 2, 3, 3, 4, 4, 5, 6)
x <- as.factor(x)

Select an option to see the answer and solution.

R runs on the . . . . . . . . operating system.

Select an option to see the answer and solution.

There are more than . . . . . . . . packages on CRAN that have been developed by users and programmers around the world.

Select an option to see the answer and solution.

Point out the wrong statement?

Select an option to see the answer and solution.

Finally, in . . . . . . . . R version 1.0.0 was released to the public.

Select an option to see the answer and solution.

A . . . . . . . . is a variable that holds one value at a time.

Select an option to see the answer and solution.

Which of the following is not an object of R?

Select an option to see the answer and solution.

Scripts will run on . . . . . . . .

Select an option to see the answer and solution.

Why is it needed for R studio to update regularly?

Select an option to see the answer and solution.

Which function is used to automatically vectorize?

Select an option to see the answer and solution.

How can we define 'undefined value' in R language?

Select an option to see the answer and solution.

What is the function used to test objects (returns a logical operator) if they are NA?

Select an option to see the answer and solution.

Which is simpler for statistical programming?

Select an option to see the answer and solution.

The longer programs are called . . . . . . . .

Select an option to see the answer and solution.