SimpleLM {lmviz} | R Documentation |
Launches the SimpleLM shiny app, which allows to input the parameters of a linear model and simulate from it, exploring the various diagnostics and sampling distributions
SimpleLM()
Full help is available from within the shiny app.
Francesco Pauli, francesco.pauli@deams.units.it
## Not run:
if (interactive()){
SimpleLM()
}
## End(Not run)