predict,BRT-method {SDMtune} | R Documentation |
Predict the output for a new dataset from a trained BRT model.
## S4 method for signature 'BRT'
predict(object, data, type, clamp)
object |
BRT object. |
data |
data.frame with the data for the prediction. |
type |
Not used. |
clamp |
Not used. |
Used by the predict,SDMmodel-method, not exported.
The function uses the number of tree defined to train the model and the "response" type output.
A vector with the predicted values.
Sergio Vignali