README.md

bis557

Travis build status Coveralls test coverage

The goal of bis557 is to include the material of the homework1 for the Yale Biostatistics bis557 class.

Installation

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

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

install.packages("bis557")

Example

This Example of the function linear_model().

data(iris)
linear_model(Sepal.Length ~ ., iris,contrasts = NULL)$coefficients

This Example of the function gradient_descent_OLS().

data(iris)
gradient_descent_OLS(Sepal.Length ~ ., iris,contrasts = NULL)$coefficients


cz354/bis557 documentation built on Dec. 20, 2020, 3:05 a.m.