Learn R Programming

unmarked (version 0.8-5)

simulate-methods: Methods for Function simulate in Package `unmarked'

Description

Simulate data from a fitted model.

Usage

## S3 method for class 'unmarkedFitColExt':
simulate(object, nsim, seed, na.rm)
## S3 method for class 'unmarkedFitDS':
simulate(object, nsim, seed, na.rm)
## S3 method for class 'unmarkedFitMPois':
simulate(object, nsim, seed, na.rm)
## S3 method for class 'unmarkedFitOccu':
simulate(object, nsim, seed, na.rm)
## S3 method for class 'unmarkedFitOccuRN':
simulate(object, nsim, seed, na.rm)
## S3 method for class 'unmarkedFitPCount':
simulate(object, nsim, seed, na.rm)

Arguments

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?