calcOmega: Solve for Omega (additional genotype-specific mortality)

Description Usage Arguments Examples

View source: R/MGDrivE-Auxiliary.R

Description

Solves for root of equation of geometrically-distributed lifespan for value of omega.

Usage

1
calcOmega(mu, lifespanReduction)

Arguments

mu

Daily mortality probability (discrete-time hazard, called muAd in code)

lifespanReduction

Target reduced lifespan, between 0 and 1 (target average lifespan will be \frac{1}{μ_{Ad}} \times lifespanReduction)

Examples

1
2
3
# reduce lifespan by 10%
#  Example mu is an average for Aedes
newOmega <- calcOmega(mu = 0.11, lifespanReduction = 0.90)

MGDrivE documentation built on Oct. 23, 2020, 7:28 p.m.