README.md

Build Status

BIS557

This is a repository for storing all code, documentation, and digital artifacts for BIS557.

So far the only thing we've done is create and document a function that calls lm. You can use it like this:

library(bis557)
fit <- linear_model(Sepal.Length ~., iris)
summary(fit)


wentinggao1217/bis557 documentation built on May 29, 2019, 9:16 a.m.