Learn R Programming

⚠️There's a newer version (1.5.8) of this package.Take me there.

StepReg (version 1.1.0)

Stepwise Regression Analysis

Description

Stepwise regression analysis for variable selection can be used to get the best candidate final regression model in univariate or multivariate regression analysis with the 'forward' and 'stepwise' steps. Procedure uses Akaike information criterion, the small-sample-size corrected version of Akaike information criterion, Bayesian information criterion, Hannan and Quinn information criterion, the corrected form of Hannan and Quinn information criterion, Schwarz criterion and significance levels as selection criteria, where the significance levels for entry and for stay are set to 0.15 as default. Multicollinearity detection in regression model are performed by checking tolerance value, which is set to 1e-7 as default. Continuous variables nested within class effect and weighted stepwise regression are also considered in this package.

Copy Link

Version

Install

install.packages('StepReg')

Monthly Downloads

773

Version

1.1.0

License

GPL (>= 2)

Maintainer

JunhuiLi

Last Published

May 24th, 2019

Functions in StepReg (1.1.0)

stepwise

Stepwise Regression
StepReg-package

Stepwise Regression Analysis
bestCandidate_RCpp

Obtain one best candidate variable