StepReg: Stepwise Regression Analysis

The stepwise regression analysis is a statistical technique used to identify a subset of predictor variables essential for constructing predictive models. This package performs stepwise regression analysis across various regression models such as linear, logistic, Cox proportional hazards, Poisson, and gamma regression. It incorporates diverse stepwise regression algorithms like forward selection, backward elimination, and bidirectional elimination alongside the best subset method. Additionally, it offers a wide range of selection criteria, including Akaike Information Criterion (AIC), corrected AIC (AICc), Sawa Bayesian Information Criterion (BIC), Schwarz Bayesian Information Criterion (SBC), Significant Levels (SL), among others. Moreover, it facilitates the concurrent selection of multiple methods and criteria for variable selection. For user-friendly exploration and analysis, StepReg provides an intuitive R Shiny app.

Version: 1.5.0
Imports: dplyr, ggplot2, ggrepel, purrr, stringr, survival, flextable, xlsx, shiny, cowplot, rlang, GGally, ggcorrplot, tidyr, summarytools, shinythemes, rmarkdown, DT, shinycssloaders, shinyjs
Suggests: knitr, testthat, BiocStyle, kableExtra
Published: 2024-03-21
Author: Junhui Li ORCID iD [cre], Junhui Li ORCID iD [aut], Kai Hu [aut], Xiaohuan Lu [aut], Kun Cheng [ctb], Sushmita Nayak [ctb], Cesar Bautista Sotelo [ctb], Michael Lodato [ctb], Robert H Brown [ctb], Wenxin Liu [aut], Lihua Julie Zhu [aut]
Maintainer: Junhui Li <junhui.li11 at umassmed.edu>
License: MIT + file LICENSE
NeedsCompilation: no
Materials: README
CRAN checks: StepReg results

Documentation:

Reference manual: StepReg.pdf
Vignettes: StepReg: Stepwise Regression Analysis

Downloads:

Package source: StepReg_1.5.0.tar.gz
Windows binaries: r-devel: StepReg_1.5.0.zip, r-release: StepReg_1.5.0.zip, r-oldrel: StepReg_1.5.0.zip
macOS binaries: r-release (arm64): StepReg_1.5.0.tgz, r-oldrel (arm64): StepReg_1.5.0.tgz, r-release (x86_64): StepReg_1.5.0.tgz
Old sources: StepReg archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=StepReg to link to this page.