STAT311-HW0-Writeup
pdf
keyboard_arrow_up
School
University of Washington *
*We aren’t endorsed by this school
Course
311
Subject
Statistics
Date
May 26, 2024
Type
Pages
3
Uploaded by GrandFlag10766
4/3/24, 11:20 PM
Writeup Assignment 0
file:///Users/sarajduan/Desktop/stat 311/STAT311-HW0-Writeup.html
1/3
Writeup Assignment 0
Author
2024-04-03
Please complete the following:
Address any questions or code below.
Compile the document into a PDF file.
The PDF file must be multiple pages - if your file is a single page, try compiling to an HTML, opening in your
browser, and printing the page to a PDF.
Submit to Gradescope.
Paginate individual questions correctly, selecting which pages each question pertains to, or your
assignment will not be graded and will require resubmission.
HW0 Programming Assignment
For writeup assignments that build upon the programming assignments, you will need to execute some of the
homework code within the RMarkdown file. Copy all of your code from Assignment 0 into the block below.
4/3/24, 11:20 PM
Writeup Assignment 0
file:///Users/sarajduan/Desktop/stat 311/STAT311-HW0-Writeup.html
2/3
#Paste your entire HW0 Programming assignment code here
# PART 1
# Create a vector of length 5 with values 1, 2, 3, 4, 7
# Call it "myVector"
myVector <- c(1, 2, 3, 4, 7)
# PART 2
# Create a string containing your name
# Call it "myString"
myString <- "Sara Duan"
# PART 3
# Read the "Tips for troubleshooting autograded programming submissions"
# post on EdStem and find the hidden value for HW0.
# Call it "HW0P3"
HW0P3 <- 724
# PART 4
# The following code will not run correctly; fix it
# without changing the values or variable names.
thisVariable <- pi^2
thisVector <- c(thisVariable, thisVariable)
# PART 5
# Create a function that takes a single variable and
# returns a vector of length 3 equal to the sum # of the rows of a 3x3 matrix or dataframe
# Call it "myFunction"
myFunction <- function
(input){
if
(is.matrix(input) || is.data.frame(input)) {
row_sums <- rowSums(input)
return
(row_sums)
} else
{
return
(NA)
}
}
4/3/24, 11:20 PM
Writeup Assignment 0
file:///Users/sarajduan/Desktop/stat 311/STAT311-HW0-Writeup.html
3/3
Including Graphics
When importing data for writeup assignments you are free to change code that loads data, such as changing the
file name or folder address. The code below imports a dataset about the number of rental bikes in use each hour
for a random set of hours over a two year span. The data is saved in the data frame , under the variable name .
Using the function , create a histogram of of the bike rentals. Utilizing , find the optional function arguments to do
the following:
Plot a histogram of the data
Plot a density, rather than frequency histogram
Change the main title of the plot to something more appropriate
Change the x axis of the plot to something more informative
bikes<-read.csv("BikeRentals.csv")
hist(bikes$rentals, freq = FALSE, main = "Density of Bike Rentals", xlab = "Number of Bi
ke Rentals")
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
- Access to all documents
- Unlimited textbook solutions
- 24/7 expert homework help
Related Documents
Related Questions
could you please write this on paper?
arrow_forward
You've heard of "Florida Man;" now meet "Florida Bear." This problem involves data from a
subspecies of black bear found in Florida, Ursus americanus floridanus. The data were collected by T. D.
Bartareau as part of a study published in the Journal of Fish and Wildlife Management (2017, vol 8, pp 234-
239). Before you begin consult the info sheet included at the end
(a) Do you predict an allometric or isometric scaling relationship between body weight and body length?
Explain.
(b) Based on your answer to part a, what would a plot of log body weight (vertical axis) versus log body length
(horizontal axis) look like?
(c) Using the data provided, create a plot of log body weight versus log body length. Make sure to label the
axes. Why might someone think your plot fails to provide clear support for your claim in part b?
(d) Using the tools described on the info sheet to isolate portions of the dataset, refine your use of data in part
c to strengthen support for your claim in b. Why does…
arrow_forward
Please solve this question in handwriting. Again please need it in handwriting.
arrow_forward
Evaluate reve
dr.
arrow_forward
could you please answer part d please
arrow_forward
Please show all steps to do this
arrow_forward
Show calculation.
arrow_forward
PART 1 AND 2 ARE TOGETHER AND ATTACHED.
THANK YOU
arrow_forward
Describe what nPr represents?
arrow_forward
write this on paper. I need a step by step handwritten work not just the online calculator.
arrow_forward
can you do part iii and do it on paper please
arrow_forward
Simplify without a Calculator
logs
512
arrow_forward
5lqloGU/edit
Sora
Zearn
Papa's Burgeria - Pl..
Apps
September equinox..
Request edit access
14
YoU'Re having a BBQ this
weekend, and you'Re IN chaRge
of hamburger Meat. Right Now
there is a sale where you cAN
buy 5 pounds of Meat 'for $10.
At this Rate, hoW Much meat
Could you buy fOR $30?
arrow_forward
please answer in 15 mins
arrow_forward
Se
-30
arrow_forward
The number of countries a world traveler has visited within the past 3 years is an example of a
arrow_forward
SEE MORE QUESTIONS
Recommended textbooks for you

Intermediate Algebra
Algebra
ISBN:9781285195728
Author:Jerome E. Kaufmann, Karen L. Schwitters
Publisher:Cengage Learning

Mathematics For Machine Technology
Advanced Math
ISBN:9781337798310
Author:Peterson, John.
Publisher:Cengage Learning,
Related Questions
- could you please write this on paper?arrow_forwardYou've heard of "Florida Man;" now meet "Florida Bear." This problem involves data from a subspecies of black bear found in Florida, Ursus americanus floridanus. The data were collected by T. D. Bartareau as part of a study published in the Journal of Fish and Wildlife Management (2017, vol 8, pp 234- 239). Before you begin consult the info sheet included at the end (a) Do you predict an allometric or isometric scaling relationship between body weight and body length? Explain. (b) Based on your answer to part a, what would a plot of log body weight (vertical axis) versus log body length (horizontal axis) look like? (c) Using the data provided, create a plot of log body weight versus log body length. Make sure to label the axes. Why might someone think your plot fails to provide clear support for your claim in part b? (d) Using the tools described on the info sheet to isolate portions of the dataset, refine your use of data in part c to strengthen support for your claim in b. Why does…arrow_forwardPlease solve this question in handwriting. Again please need it in handwriting.arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Intermediate AlgebraAlgebraISBN:9781285195728Author:Jerome E. Kaufmann, Karen L. SchwittersPublisher:Cengage LearningMathematics For Machine TechnologyAdvanced MathISBN:9781337798310Author:Peterson, John.Publisher:Cengage Learning,

Intermediate Algebra
Algebra
ISBN:9781285195728
Author:Jerome E. Kaufmann, Karen L. Schwitters
Publisher:Cengage Learning

Mathematics For Machine Technology
Advanced Math
ISBN:9781337798310
Author:Peterson, John.
Publisher:Cengage Learning,