Description Usage Arguments Value Examples
Simulate encounter-capture-recapture data.
1 2 3 4 5 6 7 | simulate_m0(
n = 100,
pr_encounter = 0.8,
pr_cap = 0.8,
n_timesteps = 3,
n_aug = 100
)
|
n |
The true population size. |
pr_encounter |
The probability of encountering an individual on one survey. |
pr_cap |
The probability of capture conditional on encounter. |
n_timesteps |
The number of repeat surveys. |
n_aug |
The number of capture histories that augment observed histories. |
A list of simulated values
1 | simulate_m0(n = 20, pr_encounter = 0.5, pr_cap = 0.5, n_timesteps = 2, n_aug = 100)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.