Learn R Programming

TestDesign (version 1.2.4)

logitHyperPars: Calculate hyperparameters for logit-normal distribution

Description

Calculate hyperparameters for logit-normal distribution.

Usage

logitHyperPars(mean, sd)

Arguments

mean

Mean of the distribution.

sd

Standard deviation of the distribution.

Examples

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

# }

Run the code above in your browser using DataLab