knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
This Package contains my homeworks for Bis 557
The development version of the packages
install.packages("bis557")
And the development version from GitHub with:
# install.packages("devtools") devtools::install_github("importbq/bis557")
We have an example here to show the usage of linear_model:
library(bis557) data(iris) fit_linear_model <- linear_model(Sepal.Length ~ ., iris) print(fit_linear_model)
We see that gradient descent achieved very good results for OLS.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.