Index of /web/packages/lmviz/readme

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]README.html2020-08-24 22:40 4.8K 

README

lmviz

lmviz contains three shiny apps: two are meant to explore linear model inference feature through simulation; the third is a game to learn interpreting diagnostic plots.

Installation

lmviz is available on CRAN, install with

install.packages("lmviz")

Example

The shiny apps are called by the following R functions

## basic example code
library(lmviz)
SimpleLM()
BadLM()
QuizResidual()