View source: R/lognormal_funs.R
lognormal_CI | R Documentation |
Calculate upper and lower bounds for the lognormal distribution based with expectation and cv
lognormal_CI(expectation, cv, CI = 0.95)
expectation |
The expectation of the distribution, this is not the mu parameter because for the lognormal distribution the expectation is not the mu parameter. |
cv |
The standard deviation of the lognormal distribution |
CI |
level of confidence (units are proportions not percentage i.e. 0.95 for 95 CI) |
a list with upper and lower elements
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.