av_long_uninfected: Average longevity: estimate for uninfected hosts

Description Usage Arguments Details Value See Also Examples

View source: R/main.R

Description

Calculates expected average longevity due only to background mortality

Usage

1
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

av_long_infected

Examples

1
  av_long_uninfected(a1 = 3.0, b1 = 0.6, d1 = "Weibull") #17.947

anovir documentation built on Oct. 24, 2020, 9:08 a.m.