calcOmega {MGDrivE} | R Documentation |
Solve for Omega (additional genotype-specific mortality)
Description
Solves for root of equation of geometrically-distributed lifespan for value of omega.
Usage
calcOmega(mu, lifespanReduction)
Arguments
mu |
Daily mortality probability (discrete-time hazard, called |
lifespanReduction |
Target reduced lifespan, between 0 and 1
(target average lifespan will be |
Examples
# reduce lifespan by 10%
# Example mu is an average for Aedes
newOmega <- calcOmega(mu = 0.11, lifespanReduction = 0.90)
[Package MGDrivE version 1.6.0 Index]