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, Gamma, and negative binomial 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), Sawa Bayesian Information Criterion (BIC), and Significance Levels (SL). We validated the output accuracy of StepReg using public datasets within the SAS software environment. To facilitate efficient model comparison and selection, StepReg allows for multiple strategies and selection metrics to be executed in a single function call. Moreover, StepReg integrates a Shiny application for interactive regression analysis, broadening its accessibility.

Version: 1.5.1
Imports: dplyr, ggplot2, ggrepel, MASS, purrr, stringr, survival, flextable, cowplot, shiny, ggcorrplot, tidyr, summarytools, shinythemes, rmarkdown, DT, shinycssloaders, shinyjs
Suggests: knitr, testthat, BiocStyle, kableExtra
Published: 2024-05-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>
BugReports: https://github.com/JunhuiLi1017/StepReg/issues
License: MIT + file LICENSE
NeedsCompilation: no
Materials: README
CRAN checks: StepReg results

Documentation:

Reference manual: StepReg.pdf
Vignettes: StepReg

Downloads:

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

Linking:

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