Other packages > Find by keyword >

StepReg  

Stepwise Regression Analysis
View on CRAN: Click here


Download and install StepReg package within the R console
Install from CRAN:
install.packages("StepReg")

Install from Github:
library("remotes")
install_github("cran/StepReg")

Install by package version:
library("remotes")
install_version("StepReg", "1.5.6")



Attach the package and use:
library("StepReg")
Maintained by
Junhui Li
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2017-11-03
Latest Update: 2022-12-17
Description:
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.
How to cite:
Junhui Li (2017). StepReg: Stepwise Regression Analysis. R package version 1.5.6, https://cran.r-project.org/web/packages/StepReg. Accessed 02 Feb. 2025.
Previous versions and publish date:
1.0.0 (2017-11-03 11:17), 1.0.1 (2019-01-17 13:10), 1.1.0 (2019-05-24 11:10), 1.2.0 (2019-05-31 10:40), 1.2.1 (2019-09-20 11:30), 1.3.0 (2019-10-16 06:10), 1.3.1 (2019-10-29 06:20), 1.3.2 (2019-11-11 14:10), 1.3.3 (2019-11-25 10:10), 1.3.4 (2020-01-08 13:40), 1.4.0 (2020-02-24 13:50), 1.4.1 (2020-03-23 16:30), 1.4.2 (2021-04-05 00:10), 1.4.3 (2022-01-14 10:22), 1.4.4 (2022-12-17 17:20), 1.5.0 (2024-03-21 22:40), 1.5.1 (2024-05-21 17:50), 1.5.2 (2024-08-16 16:20), 1.5.3 (2024-09-17 09:10), 1.5.4 (2024-10-13 01:40), 1.5.5 (2024-11-04 21:40), 1.5.6 (2024-12-05 09:30)
Other packages that cited StepReg R package
View StepReg citation profile
Other R packages that StepReg depends, imports, suggests or enhances
Complete documentation for StepReg
Functions, R codes and Examples using the StepReg R package
Some associated functions: modelFitStat . print.StepReg . stepwise . stepwiseCox . stepwiseLogit . 
Some associated R codes: modelFitStat.R . print.StepReg.R . stepwise.R . stepwiseCox.R . stepwiseLogit.R .  Full StepReg package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

bndovb  
Bounding Omitted Variable Bias Using Auxiliary Data
Functions to implement a Hwang(2021) estimator, which bounds an omitted v ...
Download / Learn more Package Citations See dependency  
cleandata  
To Inspect and Manipulate Data; and to Keep Track of This Process
Functions to work with data frames to prepare data for further analysis. The functions for imputati ...
Download / Learn more Package Citations See dependency  
listcompr  
List Comprehension for R
Syntactic shortcuts for creating synthetic lists, vectors, data frames, and matrices using list com ...
Download / Learn more Package Citations See dependency  
cptcity  
'cpt-city' Colour Gradients
Incorporates colour gradients from the 'cpt-city' web archive available at ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
mbmixture  
Microbiome Mixture Analysis
Evaluate whether a microbiome sample is a mixture of two samples, by fitting a model for the number ...
Download / Learn more Package Citations See dependency  

23,580

R Packages

204,057

Dependencies

63,980

Author Associations

23,581

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA