knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
This package will conduct multiple OLS assumption tests in one function in R.
You can install the released version of olsat from GitHub with:
# install.packages("devtools") devtools::install_github("jepperosenborg/olsat")
How to run the tester:
library(olsat) ## basic example code olsatester(lm(Sepal.Length ~ Sepal.Width + Petal.Length, data = iris))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.