evalTerm(label, model, newdata, aggregate=mean, quantiles=c(0.1, 0.9),
returnData=TRUE)
model
.spikeSlabGAM
objectdata.frame
on which to evaluate label
.
Defaults to NULL, in which case the term is evaluated on the original data.mean
.data.frame
? Defaults to TRUE.data.frame
that contains the relevant variables from newdata (if returnData
is TRUE),
the aggregate
-summary and the requested quantiles
.