dlnormIDD: IDD transmissibility curve using the log normal PDF

View source: R/iddFun.R

dlnormIDDR Documentation

IDD transmissibility curve using the log normal PDF

Description

IDD transmissibility curve using the log normal PDF

Usage

dlnormIDD(x, params, getParams = F)

Arguments

x

A vector ranging from 1 to the maximum length of the infectious period.

params

A list giving parameter values for the meanlog and sdlog of the log normal PDF.

getParams

logical. Tells the function to return the parameter names.

Value

Log normal PDF dlnorm(x, meanlog = params$meanlog, sdlog = params$sdlog)

Examples

dlnormIDD(1:15, params = list(meanlog = 2, sdlog = 1))

ceward18/BayesSEIR documentation built on June 15, 2022, 11:06 a.m.