Launches a R Shiny-based applet for linear model diagnostics.
Usage
launch(
data = NULL,
example_datasets = list(penguins = palmerpenguins::penguins, candy =
fivethirtyeight::candy_rankings, mtcars = datasets::mtcars),
...
)Arguments
- data
A
data.frameto use in modeling. Meant for one-off uses oflaunch()with data in your working environment.- example_datasets
A named
listof example datasets to use in modeling. Meant for publicly hosting instances oflaunch()with a set of preferred datasets.- ...
Currently ignored. For extendability.