predtrast {conTree} | R Documentation |
Predict y-values from boosted contrast model
Description
Predict y-values from boosted contrast model
Usage
predtrast(model, x, z, num = model$niter)
Arguments
model |
model object output from modtrast() |
x |
x-values for new data |
z |
z-values for new data |
num |
number of trees used to compute model values |
Value
predicted y-values for new data from model
See Also
[Package conTree version 0.3-1 Index]