The goal of bis557 is to include the material of the homework1 for the Yale Biostatistics bis557 class.
The development version of the packages can be installed from GitHub with:
# install.packages("devtools")
devtools::install_github("kaneplusplus/bis557")
install.packages("bis557")
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.