Skip to content

ChristopherSneed/openintro-r-package

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%