simulateHeteroNormal: simulate capture heterogineity

Description Usage Arguments Examples

View source: R/power.R

Description

simulate capture heterogineity

Usage

1
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

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

shinyrecap documentation built on May 1, 2019, 10:10 p.m.