1 Import stock prices of your choice

2 Convert prices to returns by quarterly

## # A tibble: 201 × 3
##    asset data        returns
##    <chr> <date>        <dbl>
##  1 VSMPX 2015-04-30 -0.0153 
##  2 VSMPX 2015-05-29  0.0138 
##  3 VSMPX 2015-06-30 -0.0171 
##  4 VSMPX 2015-07-31  0.0162 
##  5 VSMPX 2015-08-31 -0.0619 
##  6 VSMPX 2015-09-30 -0.0297 
##  7 VSMPX 2015-10-30  0.0756 
##  8 VSMPX 2015-11-30  0.00564
##  9 VSMPX 2015-12-31 -0.0206 
## 10 VSMPX 2016-01-29 -0.0582 
## # ℹ 191 more rows

3 Make plot

4 Interpret the plot

A typic Quaterly return is higher for IVV and VOO than for VSMPX and VTSAX

5 Change the global chunck options

Hide the code, messages, and warnings