R/sp500.R

#' daily stock prices
#'
#' The dataset contains the daily prices of 500 stocks from the S&P 500 index for the time period from 03.01.2000 to 31.12.2018.
#'
#' @docType data
#' @keywords datasets
#' @name sp500
#' @usage data(sp500)
#' @format A data frame(4956x501) with
#' \itemize{
#' \item date, in dd.mm.YY format
#' \item 500 stocks prices
#' }
"sp500"
antshi/auxPort documentation built on Oct. 27, 2020, 1:16 p.m.