Learn R Programming

EpiNow2 (version 1.6.1)

convert_to_logmean: Convert mean and sd to log mean for a log normal distribution

Description

[Stable] Convert from mean and standard deviation to the log mean of the lognormal distribution. Useful for defining distributions supported by estimate_infections(), epinow(), and regional_epinow().

Usage

convert_to_logmean(mean, sd)

Value

The log mean of a lognormal distribution

Arguments

mean

Numeric, mean of a distribution

sd

Numeric, standard deviation of a distribution

Examples

Run this code

convert_to_logmean(2, 1)

Run the code above in your browser using DataLab