tech: Tech stocks closing prices

techR Documentation

Tech stocks closing prices

Description

Daily closing stock prices of the three tech companies Microsoft, Apple and IBM between 2007 and 2019.

Usage

data(tech)

Format

A dataframe with 3158 rows and 6 columns.

Source

Data gathered using the quantmod package.

Examples

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()    

inspectdf documentation built on Aug. 9, 2022, 9:05 a.m.

Related to tech in inspectdf...