View source: R/MARGE_package.R
backward_sel | R Documentation |
Backward selection function for MARS that uses the generalized cross validation criterion (GCV).
backward_sel(Y, B_new, pen = 2, GCV.null = 0.001, ...)
Y |
: the response variable. |
B_new |
: the model matrix. |
pen |
: the set/fixed penalty used for the GCV. The default is 2. |
GCV.null |
: GCV value for the intercept model. The default is 0.001. |
... |
: further arguments passed to or from other methods. |
backward_sel
returns the GCV from the fitted model.
Jakub Stoklosa and David I. Warton
Friedman, J. (1991). Multivariate adaptive regression splines. The Annals of Statistics, 19, 1–67.
Milborrow, S. (2017a). Notes on the earth
package. Package vignette. Available at: http://127.0.0.1:31355/library/earth/doc/earth-notes.pdf.
Milborrow, S. (2017b). earth
: Multivariate Adaptive Regression Splines. R package version 4.4.7. Available at http://CRAN.R-project.org/package = earth.
Stoklosa, J. and Warton, D.I. (2018). A generalized estimating equation approach to multivariate adaptive regression splines. Journal of Computational and Graphical Statistics, 27, 245–253.
backward_sel_WIC
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.