simulate.sjSDM | R Documentation |
Simulate nsim responses from the fitted model following a multivariate probit model.
So currently only supported for family = stats::binomial("probit")
## S3 method for class 'sjSDM'
simulate(object, nsim = 1, seed = NULL, ...)
object |
a model fitted by |
nsim |
number of simulations |
seed |
seed for random number generator |
... |
optional arguments for compatibility with the generic function, no functionality implemented |
Array of simulated species occurrences of dimension order (nsim, sites, species)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.