# Note to Students:
#  Do not alter this block of code.
reyes482:::ma482_setup()

Problem 1 (use 2 hashtags for problem delimiters)

Part (a) (use 3 hashtags for part delimiters)

There is no need to copy the problem description. Just type your answers in the white space.

Insert a code chunk using the "Insert" button at the top of the script window. Place code inside of the resulting block, and you can test the code by hitting the green "play" button at the top-right corner of the code block. Below is an example. See the Coding Cookbook on the course site for details on the R code to use.

cars %>% 
  summarise(`Mean Speed` = mean(speed))

Make sure there is always a blank line between plain text and a code block. When your assignment is complete, click the "knit" button at the top of the script window.



reyesem/reyes482 documentation built on March 19, 2021, 8:59 p.m.