av_long_uninfected {anovir} | R Documentation |
Average longevity: estimate for uninfected hosts
Description
Calculates expected average longevity due only to background mortality
Usage
av_long_uninfected(a1, b1, d1 = "")
Arguments
a1 , b1 |
numeric: location & scale parameters for background mortality, respectively |
d1 |
character: probability distribution chosen to describe data |
Details
The expected average longevity is calculated as the integral from zero to infinity of the cumulative survival function for background mortality, given values of a1, b1, d1
Value
a vector
See Also
Examples
av_long_uninfected(a1 = 3.0, b1 = 0.6, d1 = "Weibull") #17.947
[Package anovir version 0.1.0 Index]