tech | R Documentation |
Daily closing stock prices of the three tech companies Microsoft, Apple and IBM between 2007 and 2019.
data(tech)
A dataframe
with 3158 rows and 6 columns.
Data gathered using the quantmod package.
data(tech) head(tech) # NOT RUN - change in correlation over time # library(dplyr) # tech_grp <- tech %>% # group_by(year) %>% # inspect_cor() # tech_grp %>% show_plot()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.