get_predictions {ggparty} | R Documentation |
Create data.frame with predictions for each node
Description
Create data.frame with predictions for each node
Usage
get_predictions(party_object, ids, newdata_fun, predict_arg = NULL)
Arguments
party_object |
object of class |
ids |
Id's to plot. Numeric, "terminal", "inner" or "all". MUST be identical
to |
newdata_fun |
function which takes |
predict_arg |
list of additional arguments passed to |
[Package ggparty version 1.0.0 Index]