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 NFLX  2012-03-30  0.465 
##  2 NFLX  2012-06-29 -0.519 
##  3 NFLX  2012-09-28 -0.230 
##  4 NFLX  2012-12-31  0.531 
##  5 NFLX  2013-03-28  0.715 
##  6 NFLX  2013-06-28  0.109 
##  7 NFLX  2013-09-30  0.382 
##  8 NFLX  2013-12-31  0.175 
##  9 NFLX  2014-03-31 -0.0448
## 10 NFLX  2014-06-30  0.224 
## # … with 50 more rows

3 Make plot

4 Interpret the plot

5 Change the global chunck options

Hide the code, messages, and warnings