simulateCapture: Simulate Capture Re-capture with heterogeneity

View source: R/power.R

simulateCaptureR Documentation

Simulate Capture Re-capture with heterogeneity

Description

Simulate Capture Re-capture with heterogeneity

Usage

simulateCapture(hetero, p)

Arguments

hetero

The heterogineity

p

A vector of capture event probabilities

Examples

het <- simulateHeteroNormal(1000, 1.1)
cap <- simulateCapture(het, p = c(.05,.1,.05,.1))
summary(cap)

fellstat/shinyrecap documentation built on Oct. 10, 2024, 3:40 p.m.