Test Quiz 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 Your Name Your Email Your Number Which argument is used to give column and row name in the matrix? column() column_name() row_name() dimnames() None Which of the following are the Homogeneous structure in R? [Select all applicable] Vector Matrix List Array To add interactivity to the charts prepared using ggplot2 package, we can use ________ package. Ggplotly Readxl DataExplorer Plotly None To get descriptive statistics in one command, we can use _____________. statistics() descriptive() describe() summary() None Which of the following gives warning while creating matrix? M1 <- matrix(1:5, nrow = 3, ncol = 2) M1 <- matrix(1:10, nrow = 5, ncol = 2) M1 <- matrix(1:9, nrow = 3, ncol = 3) M1 <- matrix(1:6, nrow = 3, ncol = 2) None Which of the following will not generate the Logical Vector? log1 <- c("T", "F", "F", "T", "F") logical <- c(T, F, F, T, F) log1 <- c(TRUE, FALSE, FALSE, TRUE, FALSE) logi1 <- c(T, F, F, T, F) None How to prepare scatter plot using a base package? point() scatter() plot() xy() None To get list of all the variables in the Global Environment, you have to use __________ command. ls() list_variables() global() list() None You can perform graphical analysis in R True False None Researcher is collecting data of Gender (Male, Female). Which type of data it is? Interval Ordinal Ratio Nominal None Data on intelligence level is collected as High, Medium and Low. Which type of data it is? Ordinal Interval Nominal Ratio None Which command is used to import data from the CSV file in R? read.csv() import.csv() read_csv() import_csv() None List can hold only similar data types. True False None What is the command in R to check data type of the object? class() datatype() showdata() dtype() None To clear console, we can use ________ command (in Windows system) Ctrl + M Ctrl + C Ctrl + D Ctrl + L None Which chart is suitable when there are two quantitative variables? Clustered Bar Chart Histogram Scatter Plot Box Plot None Which package is required to import data from Excel in R? readr excelpackage readxl read_excel None Mr. Gupta is collecting data of States of the respondents, what type of data it will be in R? character alphabet state complex numbers None You want to generate numbers in R which are alternate number from 1 to 100. Which command you will use? rep seq repeat sequence None To remove any object from the Global Environment, we can use __________ command. delete() rm() del() eliminate() None Which is the command to create a histogram using a base package? hist(x) graph(x) histogram(x) plot(x) None In matrix, what is the the role of "byrow = T" argument? It will not arrange data row wise It will arrange data row wise It will keep only rows It will eliminate rows None What is the command to see the current working directory? currentwd() setwd() getwd() getcwd() None Which command is used to create a data frame? dataframe() data_frame() data.frame() create data frame() None Which of the following are the Heterogeneous structure in R? [Select all applicable] Array Vector List Data Frame Please Share This Share this content Opens in a new window Opens in a new window Opens in a new window Opens in a new window Opens in a new window Opens in a new window Opens in a new window Opens in a new window Leave a Reply Cancel replyCommentEnter your name or username to comment Enter your email address to comment Enter your website URL (optional)