knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of bis557 is to encapsulate homework assignments and other products for BIS557 in Fall 2020.
The development version of the packages can be installed from GitHub with:
# install.packages("devtools") devtools::install_github("BillyTian/bis557")
data(iris) # Simulate 'lm()' fit_lm <- linear_model(Sepal.Length ~ ., iris) fit_lm$coefficients
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.