sample_ddf: Generate data from a fitted detection function and refit the...

View source: R/sample_ddf.R

sample_ddfR Documentation

Generate data from a fitted detection function and refit the model

Description

Generate data from a fitted detection function and refit the model

Usage

sample_ddf(ds.object)

Arguments

ds.object

a fitted detection function object

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


mrds documentation built on July 9, 2023, 6:06 p.m.