Skip to contents

Opens an interactive Shiny app for exploring how the slope and intercept of a linear model affect fitted values and residuals.

Usage

run_linear_reg_app(...)

Arguments

...

Optional arguments passed to shiny::runApp(), such as launch.browser = TRUE. Most users can ignore this.

Value

run_linear_reg_app() opens the Shiny app locally.

Details

All data were simulated and don't come from a specific study.

Examples

if (FALSE) { # interactive()
run_linear_reg_app()
}