Learn R Programming

shinyrecap (version 0.1.0)

simulateHeteroNormal: 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

Run this code
# NOT RUN {
het <- simulateHeteroNormal(100, 1.1)
hist(het)
# }

Run the code above in your browser using DataLab