predict.sjSDM {sjSDM} | R Documentation |
Predict from a fitted sjSDM model
Description
Predict from a fitted sjSDM model
Usage
## S3 method for class 'sjSDM'
predict(
object,
newdata = NULL,
SP = NULL,
type = c("link", "raw"),
dropout = FALSE,
...
)
Arguments
object |
a model fitted by |
newdata |
newdata for predictions |
SP |
spatial predictors (e.g. X and Y coordinates) |
type |
raw or link |
dropout |
use dropout for predictions or not, only supported for DNNs |
... |
optional arguments for compatibility with the generic function, no function implemented |
Value
Matrix of predictions (sites by species)
[Package sjSDM version 1.0.5 Index]