README.md

bis557

Travis build
status Codecov test
coverage

The goal of bis557 is to encapsulate homework assignments and other products for BIS557 in Fall 2020.

Installation

The development version of the packages can be installed from GitHub with:

# install.packages("devtools")
devtools::install_github("BillyTian/bis557")

Example

data(iris)
# Simulate 'lm()'
fit_lm <- linear_model(Sepal.Length ~ ., iris)
fit_lm$coefficients


BillyTian/bis557 documentation built on Dec. 19, 2020, 7:30 a.m.