Simulate nsim responses from the fitted model following a multivariate probit model.
So currently only supported for family = stats::binomial("probit")
# S3 method for sjSDM
simulate(object, nsim = 1, seed = NULL, ...)
Array of simulated species occurrences of dimension order (nsim, sites, species)
a model fitted by sjSDM
number of simulations
seed for random number generator
optional arguments for compatibility with the generic function, no functionality implemented