knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

olsat

Ordinary Least Square Assumptions Tester in R

This package will conduct multiple OLS assumption tests in one function in R.

Installation

You can install the released version of olsat from GitHub with:

# install.packages("devtools")
devtools::install_github("jepperosenborg/olsat")

Example

How to run the tester:

library(olsat)
## basic example code
olsatester(lm(Sepal.Length ~ Sepal.Width + Petal.Length, data = iris))


jepperosenborg/olsat documentation built on Nov. 4, 2019, 2:39 p.m.