Calculate growth/decay rate
growth_rate(x, ...)# S3 method for default
growth_rate(x, ...)
# S3 method for incidence2_fit
growth_rate(
x,
alpha = 0.05,
growth_decay_time = TRUE,
include_warnings = FALSE,
...
)
The output of fit_curve().
Not currently used.
Value of alpha used to calculate confidence intervals; defaults to 0.05 which corresponds to a 95% confidence interval.
Should a doubling/halving time and corresponding confidence intervals be added to the output. Default TRUE.
Include models in output that triggered warnings but
not errors. Defaults to FALSE.
Tim Taylor