method = "GBlockBoost"
in lqa
, cv.lqa
or plot.lqa
.
If you use componentwise = TRUE
then componentwise boosting will be applied.GBlockBoost (x, y, family = NULL, penalty = NULL, intercept =
TRUE, weights = rep (1, nobs), control = lqa.control (),
componentwise, ...)
family()
for further details.penalty = lasso (lambda = 1.7)
.intercept = TRUE
.lqa.control
.TRUE
then componentwise boosting will be applied, e.g. there is just a single regressors updated during each iteration. Otherwise
GBlockBoost will be applied. If this argument is missing and your penalty is
GBlockBoost
returns a list containing the following elements:TRUE
if the algorithm has indeed converged.Ulbricht, J. & G. Tutz (2008) Boosting correlation based penalization in generalized linear models. In Shalabh & C. Heumann (Eds.) Recent Advances in Linear Models and Related Areas. Heidelberg: Springer.
lqa
, ForwardBoost