R/data.R

#' @title Log-returns of Five Stocks
#' @description A dataset containing the log-returns of adjusted closing prices from 04.01.2007 to 30.10.2017. The dataset
#'              contains data of Microsoft, SAP, Adidas, S&P 500 (index) and Dow Jones Industrial Average (index).
#' @format A data frame with 2726 rows and 5 variables:
#' \describe{
#'   \item{MSFT}{Microsoft Corporation}
#'   \item{SAP}{Systems, Applications & Products in Data Processing}
#'   \item{ADS}{Adidas}
#'   \item{GSPC}{S&P 500}
#'   \item{DJI}{Dow Jones Industrial Average}
#' }
#' @source Package: quantmod
"stocks"

Try the mistr package in your browser

Any scripts or data that you put into this service are public.

mistr documentation built on March 7, 2023, 7:42 p.m.