View source: R/sample_phaseII.R
sample_phaseII | R Documentation |
Samples collared caribou via three detection models.
sample_phaseII(pop, r, model = c("H", "I", "T"), B)
pop |
A data frame containing in the true population of radio-collared animals in the first column, and group size in the second column |
r |
A parameter related to the probability of detection |
model |
A character string indicating the model to determine the probability that a group with collared animals is detected pi. It can be either "H" = homogeneity model, "I" = independence model or "T" = threshold model. The default is "H". |
B |
A numeric: a bound for the threshold model |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.