Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Exam (elaborations)

ST308 (R) CHAPTER 1-5 QUESTIONS & VERIFIED ANSWERS

Rating
-
Sold
-
Pages
4
Grade
A+
Uploaded on
05-06-2026
Written in
2025/2026

ST308 (R) CHAPTER 1-5 QUESTIONS & VERIFIED ANSWERS

Institution
Course

Content preview

ST308 (R) CHAPTER 1-5 QUESTIONS & VERIFIED
ANSWERS


R and RStudio are the same software.
True or False - Answers - False

What is the name of the R function we discussed that will compactly display the internal
structure of an R object? - Answers - str

What is the purpose of the R console?
The console is where - Answers - code is submitted to be evaluated

mtcars is a built in data set in R. You can obtain the column names of a data frame
using the names() function.
True or false: gear is one of the columns. - Answers - True

There is a built-in R object called (note that R is case-sensitive):
letters

What is the class of the letters object? - Answers - character

If you want to look at the help documentation for the "hist" function, what code can you
submit to the console? - Answers - help(hist)

What class of object is returned if you run the code iris[2, ]? - Answers - data.frame

Suppose the following R code is run:
vec <- c(1, 4, 10, -5)
What syntax would you use to return the third element of vec? - Answers - vec[3]

Suppose we create a list called myList as follows:
myList <- list('first' = iris, 'second'=1:3)
What is one way to access the second element of myList and have it be returned as a
vector? - Answers - myList[2]

Write the R syntax for printing out a sequence of numbers from 1 to 21, by increments
of 4. Do not include any spaces in your submission. - Answers -
seq(from=1,to=21,by=4)

What does providing a negative sign prior to an indexing vector do when subsetting a
vector?
For example, myVec[-4]. - Answers - Returns all elements except those indicated by the
indexing vector.

Written for

Institution

Document information

Uploaded on
June 5, 2026
Number of pages
4
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

$12.99
Get access to the full document:

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
GEEKA YALA UNIVERSITY
Follow You need to be logged in order to follow users or courses
Sold
2119
Member since
4 year
Number of followers
1446
Documents
55907
Last sold
2 days ago

3.8

360 reviews

5
179
4
61
3
48
2
17
1
55

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions