mascaaj / openintro-r-package

R Package: openintro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

openintro package

To install the openintro package:

# install.packages("devtools")
library(devtools)
install_github("OpenIntroOrg/openintro-r-package", subdir = "openintro")

This package was produced as part of the OpenIntro project. For the accompanying textbook, visit openintro.org. A PDF of the textbook is free and paperbacks can be purchased online (royalty-free).

OIdata package

To install the OIdata package:

# install.packages("devtools")
library(devtools)
install_github("OpenIntroOrg/openintro-r-package", subdir = "OIdata")

This package contains additional data sets beyond those included in the openintro package.

OIsurv package

To install the OIsurv package:

# install.packages("devtools")
library(devtools)
install_github("OpenIntroOrg/openintro-r-package", subdir = "OIsurv")

This package was produced for the Survival Analysis in R guide.

stockPortfolio package

To install the stockPortfolio package:

# install.packages("devtools")
library(devtools)
install_github("OpenIntroOrg/openintro-r-package", subdir = "stockPortfolio")

Disclaimer for stockPortfolio package

Use the stockPortfolio package as a tool for making investments at your own risk. There is no guarantee of implementation accuracy or the usefulness of the methods for actual investments.

About

R Package: openintro


Languages

Language:R 100.0%