simulateHeteroNormal: simulate capture heterogineity

View source: R/power.R

simulateHeteroNormalR Documentation

simulate capture heterogineity

Description

simulate capture heterogineity

Usage

simulateHeteroNormal(N, heteroPerc = 1, perc = 0.9)

Arguments

N

Population size

heteroPerc

The increase in odds of capture for the perc 90th percentile most likely to be captured individuals, compared to the average individual.

perc

The percentile to use.

Examples

het <- simulateHeteroNormal(100, 1.1)
hist(het)

fellstat/shinyrecap documentation built on Jan. 7, 2023, 10:51 p.m.