predict,Maxnet-method {SDMtune} | R Documentation |
Predict Maxnet
Description
Predict the output for a new dataset from a trained Maxnet model.
Usage
## S4 method for signature 'Maxnet'
predict(
object,
data,
type = c("link", "exponential", "cloglog", "logistic"),
clamp = TRUE
)
Arguments
object |
Maxnet object. |
data |
data.frame with the data for the prediction. |
type |
character. Maxnet output type, possible values are "link", "exponential", "cloglog" and "logistic". |
clamp |
logical for clumping during prediction. |
Details
Used by the predict,SDMmodel-method, not exported.
Value
A vector with the predicted values.
Author(s)
Sergio Vignali
[Package SDMtune version 1.3.1 Index]