What are the primary data structures in R?

R Programming Challenge for BCA Students

Quiz
•
Others
•
University
•
Easy
krishan425 krishan425
Used 1+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Arrays
Strings
Vectors, Lists, Matrices, Data Frames, Factors
Tuples
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you create a vector in R?
Use the c() function, e.g., c(1, 2, 3) for numeric vectors.
Use the array() function, e.g., array(1, 2, 3) for numeric vectors.
Create a list using list(1, 2, 3) instead of a vector.
Use the vector() function, e.g., vector(1, 2, 3) for numeric vectors.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What function is used to read a CSV file in R?
import.csv()
read.csv()
read.file()
load.csv()
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Explain the difference between a list and a data frame in R.
A list is a collection of elements of different types, while a data frame is a table-like structure with columns of potentially different types but equal length.
A list is a fixed-size structure, while a data frame can change size dynamically.
A list and a data frame are the same, both are used for storing tabular data.
A list is always a numeric vector, while a data frame can only contain character data.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of the 'apply' family of functions in R?
To manage memory allocation in R.
To create new data structures in R.
To visualize data in R.
To apply a function to elements of data structures in R.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you handle missing values in R?
Use na.omit(), na.fill(), or imputation methods to handle missing values in R.
Ignore missing values and proceed with analysis without any adjustments.
Replace missing values with zeros only.
Use na.remove() to delete all rows with missing values.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the use of the 'ggplot2' package in R?
The 'ggplot2' package is used for statistical analysis in R.
The 'ggplot2' package is used for data visualization in R.
The 'ggplot2' package is used for machine learning in R.
The 'ggplot2' package is used for data cleaning in R.
Create a free account and access millions of resources
Similar Resources on Quizizz
20 questions
Economics Quiz on Production Concepts

Quiz
•
University
15 questions
Manajemen Pengawasan

Quiz
•
University
25 questions
Parashnotri

Quiz
•
University
18 questions
Tourism Marketing Exercise

Quiz
•
University
15 questions
Kuis Salinan Resep

Quiz
•
University
20 questions
Appsheet

Quiz
•
University
15 questions
Midterm Examination 1.2 (Computer Network)

Quiz
•
University
17 questions
Test từ vựng đầu giờ 1

Quiz
•
University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade