README.md

bis557

Travis build
status Codecov test
coverage

The goal of bis557 is to write R functions for homework assignments

Installation

You can install the released version of bis557 from CRAN with:

install.packages("bis557")

Example

library(bis557)
## basic example code
data(iris)
linear_model(Sepal.Length ~ ., iris)
#> $coefficients
#> [1]  2.1712663  0.4958889  0.8292439 -0.3151552 -0.7235620 -1.0234978


Z1chenZhao/bis557 documentation built on Dec. 21, 2020, 10:03 p.m.