Learn R Programming

SignifReg (version 4.3)

Consistent Significance Controlled Variable Selection in Generalized 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 defined as those with significant p-values after multiple testing correction such as Bonferroni, False Discovery Rate, etc. See Zambom and Kim (2018) .

Copy Link

Version

Install

install.packages('SignifReg')

Monthly Downloads

323

Version

4.3

License

GPL (>= 2)

Maintainer

Adriano Zambom

Last Published

March 22nd, 2022

Functions in SignifReg (4.3)

SignifReg

Significance Controlled Variable Selection in (Generalized) Linear Regression
drop1summary

Summaries of models when removing a predictor in a (generalized) linear model
add1summary

Summaries of models when adding a predictor in (generalized) linear models
drop1SignifReg

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

Add a predictor to a (generalized) linear regression model using the forward step in the Significance Controlled Variable Selection method
SignifReg-package

SignifReg