parboost objects
"predict"(object, newdata = NULL, type = c("response", "link"), ...)"response" is on the scale of the response variable and
"link" is on the scale of the predictors.predict, predict outputs
the fitted values. If you pass a data frame with new values to
predict, it will generate the predictions for them.