Skip to content

Zzzuperman/bis557

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

A package for computational statistics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages