Learn R Programming

stepgbm (version 1.0.1)

Stepwise Variable Selection for Generalized Boosted Regression Modeling

Description

An introduction to a couple of novel predictive variable selection methods for generalised boosted regression modeling (gbm). They are based on various variable influence methods (i.e., relative variable influence (RVI) and knowledge informed RVI (i.e., KIRVI, and KIRVI2)) that adopted similar ideas as AVI, KIAVI and KIAVI2 in the 'steprf' package, and also based on predictive accuracy in stepwise algorithms. For details of the variable selection methods, please see: Li, J., Siwabessy, J., Huang, Z. and Nichol, S. (2019) . Li, J., Alvarez, B., Siwabessy, J., Tran, M., Huang, Z., Przeslawski, R., Radke, L., Howard, F., Nichol, S. (2017). .

Copy Link

Version

Install

install.packages('stepgbm')

Monthly Downloads

159

Version

1.0.1

License

GPL (>= 2)

Maintainer

Jin Li

Last Published

April 4th, 2023

Functions in stepgbm (1.0.1)

cran-comments

Note on notes
stepgbm

Select predictive variables for generalized boosted regression modeling (gbm) by various variable influence methods and predictive accuracy in a stepwise algorithm
stepgbmRVI

Select predictive variables for generalized boosted regression modeling (gbm) by relative variable influence (rvi) and accuracy in a stepwise algorithm