README.md

pacourse: Datasets for Predictive Analytics Course

This is an R package that contains collection of datasets used in Predictive Analytics lecture notes

Installation

pacourse is not currently on CRAN, but you can install from github with:

# install.packages("devtools")
library(devtools)
install_github("VadimSokolov/pacourse")

Examples

library(pacourse)
plot(sp500$Returns, type='l', col='blue')
data(package = "pacourse")

Large data sets are not part of the package and need to be laoded using the coresponding functions

uber = pacourse::load_uber()


VadimSokolov/pacourse documentation built on May 9, 2019, 9:42 p.m.