Welcome to the Quiz on Basics of R
This quiz will be automatically submitted after 15 minutes. You can see timer in the title bar of the website.
All the Best !!!
Team Stat Modeller
Data on intelligence level is collected as High, Medium and Low. Which type of data it is?
Mr. Gupta is collecting data of States of the respondents, what type of data it will be in R?
Which package is required to import data from Excel in R?
In matrix, what is the the role of "byrow = T" argument?
You want to generate numbers in R which are alternate number from 1 to 100. Which command you will use?
Which of the following are the Heterogeneous structure in R? [Select all applicable]
What is the command in R to check data type of the object?
To get descriptive statistics in one command, we can use _____________.
To remove any object from the Global Environment, we can use __________ command.
You can perform graphical analysis in R
To add interactivity to the charts prepared using ggplot2 package, we can use ________ package.
How to prepare scatter plot using a base package?
Which command is used to import data from the CSV file in R?
Which of the following are the Homogeneous structure in R? [Select all applicable]
Researcher is collecting data of Gender (Male, Female). Which type of data it is?
To clear console, we can use ________ command (in Windows system)
List can hold only similar data types.
Which of the following will not generate the Logical Vector?
Which chart is suitable when there are two quantitative variables?
To get list of all the variables in the Global Environment, you have to use __________ command.
Which of the following gives warning while creating matrix?
Which command is used to create a data frame?
Which argument is used to give column and row name in the matrix?
Which is the command to create a histogram using a base package?
What is the command to see the current working directory?
You cannot copy content of this page