ardipper | R Documentation |
This function is associated with Chapter 5 on capture-recapture model.
It simulates samples from the non-standard
distribution on r_1
, the number of individuals vanishing
between the first and second experiments, as expressed in (5.4)
in the book, conditional on r_2
, the number of individuals vanishing
between the second and third experiments.
ardipper(nsimu, n1, c2, c3, r2, q1)
nsimu |
number of simulations |
n1 |
first capture sample size |
c2 |
number of individuals recaptured during the second experiment |
c3 |
number of individuals recaptured during the third experiment |
r2 |
number of individuals vanishing between the second and third experiments |
q1 |
probability of disappearing from the population |
A sample of nsimu
integers
ardipper(10,11,3,1,0,.1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.