The Exploratory Regression Shiny App (ERSA) package consists of a collection of functions for displaying the results of a regression calculation, which are then packaged together as a shiny app function.
You can install ERSA from github with:
# install.packages("devtools")
devtools::install_github("cbhurley/ERSA")
library(ERSA)This is a basic example which shows you how to solve a common problem:
## basic example codeTo use ERSA first do
library(ERSA)Then construct a regression model of your choice.
f <- lm(Fertility ~ . , data = swiss)
exploreReg(f,swiss)This opens up a browser through which you can explore the regression model.
Here is a screen shot of the result:

Check out the vignette for more information and details.
To play around with ERSA on another dataset, check out the Shiny app on check out the Shiny app online. It uses the hprice1 dataset from the R package wooldridge.
Need a high-speed mirror for your open-source project?
Contact our mirror admin team at info@clientvps.com.
This archive is provided as a free public service to the community.
Proudly supported by infrastructure from VPSPulse , RxServers , BuyNumber , UnitVPS , OffshoreName and secure payment technology by ArionPay.