Description Usage Arguments Value Author(s)
Predict MEgbm Make predictions for Mixed Effect gbm.
1 2 | predict.MEgbm(object, newdata, type = c("response", "prob", "class")[1],
allow.new.levels = FALSE, ...)
|
object |
Fitted model. |
newdata |
A new input data frame. |
type |
character string - either "response", the default, or "prob" or "class", indicating the type of prediction object returned. |
allow.new.levels |
specifry if new levels of factor variables in the test set should be allowed. Default to FALSE. |
A list with items
Y.star |
predicted transformed outcome, same as predicted outcome for guassian distribution |
pred |
matrix with predicted class probabilites, if type = "prob" |
predRules |
predicted rules |
Che Ngufor Ngufor.Che@mayo.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.