predict_test_tree {policytree} | R Documentation |
Predict with the above test tree.
Description
Predict with the above test tree.
Usage
predict_test_tree(tree, newdata)
Arguments
tree |
tree from make_tree |
newdata |
data matrix |
Value
Vector of predictions
[Package policytree version 1.2.3 Index]