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 nodensity
.multicore
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
, cvrisk
data(dutchboys)
dutch = dutchboys[sample(6848,500),] # reduce computing time for this example
expreg <- expectile.boost(hgt ~ bbs(age,df=5,degree=2),dutch,mstop=rep(550,11),expectiles=c(0.05,0.2,0.5,0.8,0.95))
Run the code above in your browser using DataLab