# StepReg
#### An R package for stepwise regression analysis
StepReg is an R package that streamlines stepwise regression analysis by supporting multiple regression types, incorporating popular selection strategies, and offering essential metrics.
Key Features
- Multiple Regression Types: Linear, logistic, Cox, Poisson, Gamma, and negative binomial regression
- Selection Strategies: Forward selection, backward elimination, bidirectional elimination, and best subsets
- Selection Metrics: AIC, AICc, BIC, CP, HQ, adjRsq, SL, SBC, IC(3/2), IC(1)
-
Advanced Features:
- Strata variables for Cox regression
- Continuous-nested-within-class effects
- multivariable multiple linear stepwise regression
- Multicollinearity Detection: Automatic detection and handling of multicollinearity
- Visualization: Plot functions for variable selection processes
- Reporting: Export results in various formats (HTML, DOCX, XLSX, PPTX)
- Shiny App: Interactive web interface for non-programmers
Documentation
- Vignette - Comprehensive guide with examples
- Reference Manual - Function documentation
Shiny Application
- StepReg - StepReg Shiny Appliction
Important Note
StepReg should NOT be used for statistical inference unless the variable selection process is explicitly accounted for, as it can compromise the validity of the results. This limitation does not apply when StepReg is used for prediction purposes.
Questions?
Please raise an issue here.