Skip to content

BillyTian/bis557

Repository files navigation

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

About

An R package for BIS557, Fall 2020 at Yale

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published