Learn R Programming

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

Copy Link

Version

Install

install.packages('lmviz')

Monthly Downloads

167

Version

0.2.0

License

GPL-3

Maintainer

Francesco Pauli

Last Published

August 24th, 2020

Functions in lmviz (0.2.0)

Collin

Collin shiny app
SlopeTest

SlopeTest shiny app
Simulation.default

Simulates a sample
checksim

Test the computer player performance
lmviz

lmviz: A package to visualize linear models features and play with them.
SimpleLM

SimpleLM shiny app
SampleDist

SampleDist shiny app
GuessTheLine

GuessTheLine shiny app
LMBoard

LMBoard shiny app
BadLM

BadLM shiny app
ConfInt

ConfInt shiny app
Prediction

Prediction shiny app
GuessThePoints

GuessThePoints shiny app
MultipleLM

MultipleLM shiny app
ComputerDecision.default

Computer player decision
QuizResidual

QuizResidual shiny app