generate.ds.uncertainty: Generate data from a fitted detection function

View source: R/generate.ds.uncertainty.R

generate.ds.uncertaintyR Documentation

Generate data from a fitted detection function

Description

When using dsm.var.movblk if ds.uncertainty=TRUE, this procedure generates data from the fitted detection function (assuming that it is correct).

Usage

generate.ds.uncertainty(ds.object)

Arguments

ds.object

a fitted detection function object (as returned by a call to ddf.ds).

Note

This function changes the random number generator seed. To avoid any potential side-effects, use something like: seed <- get(".Random.seed",envir=.GlobalEnv) before running code and assign(".Random.seed",seed,envir=.GlobalEnv) after.

Author(s)

David L. Miller


dsm documentation built on Aug. 21, 2022, 1:07 a.m.