The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

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()

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.