R/data.R

#' Simulated Financial Returns
#'
#' This data set contains two series of fictional returns from the years 1928
#' to 2018. One series is meant to represent a stock and the other is meant
#' to represent a bond.
#'
#' @format A data frame with 91 rows and 2 variables:
#' \describe{
#'   \item{Stock.Returns}{fictional yearly stock percent returns from 1928 to 2018}
#'   \item{Bond.Returns}{fictional yearly bond percent returns from 1928 to 2918}
#' }
"simreturns"
ryanholbrook/investmentsim documentation built on Nov. 5, 2019, 5:10 a.m.