sample_phaseII: Phase II Sampling

View source: R/sample_phaseII.R

sample_phaseIIR Documentation

Phase II Sampling

Description

Samples collared caribou via three detection models.

Usage

sample_phaseII(pop, r, model = c("H", "I", "T"), B)

Arguments

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


chrisroberts2112/msProject documentation built on April 21, 2022, 1:59 a.m.