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

3/8

Page

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

. . . . . . . . text editor provides more general support mechanisms via ESS for working interactively with R.

Select an option to see the answer and solution.

Which of the following is a base package for R language?

Select an option to see the answer and solution.

What is the function to set column names for a matrix?

Select an option to see the answer and solution.

What will be the output of the following R code?
x<- c (“a”,” b”)
as.numeric(x)

Select an option to see the answer and solution.

Files containing R scripts ends with extension . . . . . . . .

Select an option to see the answer and solution.

R has many functions regarding . . . . . . . .

Select an option to see the answer and solution.

In R language, a vector is defined that it can only contain objects of the . . . . . . . .

Select an option to see the answer and solution.

Which of the following can be used to display the names of (most of) the objects which are currently stored within R?

Select an option to see the answer and solution.

Which language is best for the statistical environment?

Select an option to see the answer and solution.

What will be the output of the following R function?
Sys.Date()

Select an option to see the answer and solution.

What is the class defined in the following R code?
y<-c(FALSE,2)

Select an option to see the answer and solution.

Which of the following statement is alternative to . . . . . . . .
?solve

Select an option to see the answer and solution.

How can we define 'infinity' in R language?

Select an option to see the answer and solution.

The copyright for the primary source code for R is held by the . . . . . . . . Foundation.

Select an option to see the answer and solution.

What is the output of getOption("defaultPackages") in R studio?

Select an option to see the answer and solution.

R functionality is divided into a number of . . . . . . . .

Select an option to see the answer and solution.

In order to use the R-related functionality in Dundas BI, you must have access to an existing . . . . . . . .

Select an option to see the answer and solution.

Command lines entered at the console are limited to about . . . . . . . . bytes.

Select an option to see the answer and solution.

Point out the wrong statement?

Select an option to see the answer and solution.

The R-help and . . . . . . . . mailing lists have been highly active for over a decade now.

Select an option to see the answer and solution.