1 Import stock prices of your choice

2 Convert prices to returns by quarterly

## # A tibble: 60 × 3
##    asset date       returns
##    <chr> <date>       <dbl>
##  1 UPS   2012-03-30  0.0922
##  2 UPS   2012-06-29 -0.0172
##  3 UPS   2012-09-28 -0.0883
##  4 UPS   2012-12-31  0.0379
##  5 UPS   2013-03-28  0.160 
##  6 UPS   2013-06-28  0.0137
##  7 UPS   2013-09-30  0.0621
##  8 UPS   2013-12-31  0.146 
##  9 UPS   2014-03-31 -0.0690
## 10 UPS   2014-06-30  0.0594
## # … with 50 more rows

3 Make plot

4 Interpret the plot

The rate of return is highest for Microsoft. FedEx had the second highest rate of return and UPS had the lowest rate of return.

5 Change the global chunck options

Hide the code, messages, and warnings The code, meeages and warnings have been hidden. This is done in the first code chunk of the file where all of these equal FALSE