expectile.boost(formula, data = NULL, mstop = NA, expectiles = NA, parallel = FALSE, cv = TRUE)
quant.boost(formula, data = NULL, mstop = NA, expectiles = NA, parallel = FALSE, cv = TRUE)gamboost).
Each effect can be linear or represented through a nomulticore installed the different expectiles
can be calculated simultaneously, if the computer has multiple CPUs.mstop.
Uses cvrisk. If set to FALSE, the results from mstop iterations aexpectiles.plot, predict, resid, fitted and effects
methods are available for class 'expectreg'.cvrisk to determine the optimal stopping point for the boosting which results in the best fit.expectile.laws, gamboost, bbs, cvriskdata("lidar", package = "SemiPar")
expreg <- expectile.boost(logratio ~ bbs(range),lidar, mstop=500, expectiles=c(0.05,0.25,0.5,0.75,0.95))
plot(expreg)Run the code above in your browser using DataLab