Methods for Function simulate in Package ‘unmarked’
Simulate data from a fitted model.
## S4 method for signature 'unmarkedFitColExt' simulate(object, nsim, seed, na.rm) ## S4 method for signature 'unmarkedFitDS' simulate(object, nsim, seed, na.rm) ## S4 method for signature 'unmarkedFitMPois' simulate(object, nsim, seed, na.rm) ## S4 method for signature 'unmarkedFitOccu' simulate(object, nsim, seed, na.rm) ## S4 method for signature 'unmarkedFitOccuRN' simulate(object, nsim, seed, na.rm) ## S4 method for signature 'unmarkedFitPCount' simulate(object, nsim, seed, na.rm)
object |
Fitted model of appropriate S4 class |
nsim |
Number of simulations |
seed |
Seed for random number generator. Not currently implemented |
na.rm |
Logical, should missing values be removed? |
A model fit by colext
A model fit by distsamp
A model fit by multinomPois
A model fit by occu
A model fit by occuRN
A model fit by pcount
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.