Learn R Programming

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

SignifReg (version 3.0)

Consistent Significance Controlled Variable Selection in Linear Regression

Description

Provides significance controlled variable selection algorithms with different directions (forward, backward, stepwise) based on diverse criteria (AIC, BIC, adjusted r-square, PRESS, or p-value). The algorithm selects a final model with only significant variables based on a correction choice of False Discovery Rate, Bonferroni, or no correction.

Copy Link

Version

Install

install.packages('SignifReg')

Monthly Downloads

249

Version

3.0

License

GPL (>= 2)

Maintainer

Jongwook Kim

Last Published

April 17th, 2020

Functions in SignifReg (3.0)

add1SignifReg

Add a predictor to a linear regression model using the forward step in the Significance Controlled Variable Selection method
add1summary

Summaries of models when adding a predictor.
drop1summary

Summaries of models when removing a predictor.
SignifReg

Significance Controlled Variable Selection in Linear Regression
SignifReg-package

SignifReg
drop1SignifReg

Drop a predictor to a linear regression model using the backward step in the Significance Controlled Variable Selection method