How many types of R objects are present in R data type?
R Quiz

Quiz
•
Computers
•
University
•
Hard
secondary purpose
Used 228+ times
FREE Resource
26 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
4
5
6
7
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which of this programming language is a dialect of R?
C
Python
CPP
S
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In R the following are all atomic data types EXCEPT!
matrix
numeric
factor
list
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the class of the object defined by x <- c(4, TRUE)?
character
numeric
logical
integer
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Suppose I have a list defined as x <- list(2, "a", "b", TRUE). How can I fetch character vector "b" from the list?
x[[2]]
x[2]
x[[3]]
x[3]
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
x <- 1:4 , y <- 2:3, x+y = ?
3,5,3,4
3,5,5,7
Warning with some output
Error
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
To extract first two rows from data frame, we do
data(c[1,2],)
data[c(1,2)]
data(c[1,2])
data[c(1,2),]
Create a free account and access millions of resources
Similar Resources on Quizizz
22 questions
01-JS- переменные

Quiz
•
University
22 questions
C Language Loop and Array Quiz

Quiz
•
University
25 questions
python 3-5 unit 10gr

Quiz
•
10th Grade - University
25 questions
C PROGRAMMING

Quiz
•
University
26 questions
String in C Programming

Quiz
•
University
25 questions
Algoritma dan Pemrograman

Quiz
•
12th Grade - University
25 questions
MATLAB Exam prep

Quiz
•
University
21 questions
The Basics of R

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