Is It possible to inspect the source code of R?
Select an option to see the answer and solution.
Which of the following packages does not contain in "base" R system?
Select an option to see the answer and solution.
In the expression x <- 4 in R, what is the class of 'x' as determined by the `class()' function?
Select an option to see the answer and solution.
Functionality of R is divided into a number of . . . . . . . .
Select an option to see the answer and solution.
Point out the wrong statement?
Select an option to see the answer and solution.
What will be the output of the following R code?
x <- (“a”, “b”)
as.logical(x)
Select an option to see the answer and solution.
What is the mode of b in the following R code?
b <- c(TRUE, TRUE, 1)
Select an option to see the answer and solution.
Point out the wrong statement?
Select an option to see the answer and solution.
Which of the following command is used to print an object "x" in R?
Select an option to see the answer and solution.
What will be the output of the following R code?
a <- (“a” , “b”)
mode(a)
Select an option to see the answer and solution.
Which of the following operator is used to create integer sequences?
Select an option to see the answer and solution.
The primary source code copyright for R is held by the . . . . . . . .
Select an option to see the answer and solution.
Which of the following is default prompt for UNIX environment?
Select an option to see the answer and solution.
The open source . . . . . . . . software is available for Unix, Linux, and Windows platforms.
Select an option to see the answer and solution.
What is output of getOption("defaultPackages") in R studio?
Select an option to see the answer and solution.
. . . . . . . . will divert all subsequent output from the console to an external file.
Select an option to see the answer and solution.
Which of the following is used for Statistical analysis in R language?
Select an option to see the answer and solution.
Which of the following is a "Recommended" package in R?
Select an option to see the answer and solution.
The entities that R creates and manipulates are known as . . . . . . . .
Select an option to see the answer and solution.
Which of the following describes R language?
Select an option to see the answer and solution.