species_mix.bootstrap
species_mix.bootstrap( object, nboot = 100, type = "BayesBoot", mc.cores = 1, quiet = FALSE )
object | A species_mix model object |
---|---|
nboot | The number of boostraps to run. |
type | the type of bootstrap to use, options are "SimpleBoot" which is a parameteric bootstrap, or "BayesBoot" |
mc.cores | The number of core to fit. The default is 1. |
quiet | If TRUE, do not print progress of bootstrap. |