Learn R Programming

TestDesign (version 1.1.3)

lnHyperPars: Calculate hyperparameters for log-normal distribution

Description

Calculate hyperparameters for log-normal distribution.

Usage

lnHyperPars(mean, sd)

Arguments

mean

Mean of the distribution.

sd

Standard deviation of the distribution.

Examples

Run this code
# NOT RUN {
lnHyperPars(.5, 1)

# }

Run the code above in your browser using DataLab