View source: R/MGDrivE-Auxiliary.R
calcOmega | R Documentation |
Solves for root of equation of geometrically-distributed lifespan for value of omega.
calcOmega(mu, lifespanReduction)
mu |
Daily mortality probability (discrete-time hazard, called |
lifespanReduction |
Target reduced lifespan, between 0 and 1
(target average lifespan will be |
# reduce lifespan by 10%
# Example mu is an average for Aedes
newOmega <- calcOmega(mu = 0.11, lifespanReduction = 0.90)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.