Which function can be used to determine the names assigned to a list?
Select an option to see the answer and solution.
The length of a list is . . . . . . . . to the number of components in that list.
Select an option to see the answer and solution.
What will be the output of the following R code?
> x <- 1:3
> names(x)
Select an option to see the answer and solution.
Find the following type of vector?
a <- c(1,2,5.3,6,-2,4)
Select an option to see the answer and solution.
Point out the correct statement?
Select an option to see the answer and solution.
Density function gives output as . . . . . . . .
Select an option to see the answer and solution.
Which of the following code snippet will create a vector with NAs in it?
Select an option to see the answer and solution.
What is the simplest way of creating the vector?
Select an option to see the answer and solution.
. . . . . . . . provides optional labels with the columns and rows.
Select an option to see the answer and solution.
Point out the correct statement?
Select an option to see the answer and solution.
In R using the function, . . . . . . . . one can check the data type of vector.
Select an option to see the answer and solution.
Attributes of an object (if any) can be accessed using the . . . . . . . . function.
Select an option to see the answer and solution.
. . . . . . . . are similar to matrices but can have more than two dimensions.
Select an option to see the answer and solution.
The data type of the R-object becomes the data type of the . . . . . . . .
Select an option to see the answer and solution.
Which function gives the list as output?
Select an option to see the answer and solution.
Which of the following is valid assignment?
Select an option to see the answer and solution.
Which of the following is a valid assignment?
Select an option to see the answer and solution.
Which of the following is used for generating sequences?
Select an option to see the answer and solution.
Point out the correct statement?
Select an option to see the answer and solution.
Factors are the r-objects which are created using a . . . . . . . .
Select an option to see the answer and solution.