Learn R Programming

EpiNow2 (version 1.3.2)

delay_opts: Delay Distribution Options

Description

Returns delay distributions formatted for usage by downstream functions.

Usage

delay_opts(...)

Arguments

...

Delay distributions as a list with the following parameters: "mean", "mean_sd", "sd_mean", "sd_sd", and "max" defining a truncated log normal (with all parameters except for max defined in logged form).

Value

A list summarising the input delay distributions.

See Also

convert_to_logmean convert_to_logsd bootstrapped_dist_fit

Examples

Run this code
# NOT RUN {
# no delays
delay_opts()
# }

Run the code above in your browser using DataLab