This app allows you to display diferents types of regression models using the variables Weight Motor and Miles per Galon from the mtcars data set. You can choose the following models from the Main Panel to display:
- Fitting Linear Model (lm)
- Fitting Generalized Linear Model (glm)
- Generalized additive models with integrated smoothness estimation (gam)
- Local Polynomial Regression Fitting (loess)
- Robust Fitting of Linear Models (rlm)
Similarly, you can view the model details like: formula, parameters, errors, etc. You can also explore interactively the data used to built the model and plot.
The app is hosted in the shinyapps server, you can access from here: https://lsantonio.shinyapps.io/regression_models_display_and_calculation/
The source code of the project can be found here: https://github.com/LsAntonio/shinyApp