Extract coefficients from a SelectBoost-style quantile fit
Source:R/methods.R
coef.selectboost_quantile.RdExtract coefficients from a SelectBoost-style quantile fit
Arguments
- object
A
selectboost_quantile()fit.- tau
Optional quantile level to extract for multi-
taufits. When omitted, a named list is returned.- c0
Threshold along the perturbation path. The closest available
c0value is used whenthresholdis notNULL.- threshold
Optional minimum selection frequency required for inclusion. When
NULL, all baseline coefficients are returned.- include_intercept
Should the intercept be included?
- standardized
Should coefficients be returned on the standardized model scale instead of the original predictor scale?
- ...
Unused.