logitnorm: Functions related to logit-normal distribution.

logitnormR Documentation

Functions related to logit-normal distribution.

Description

Functions related to logit-normal distribution.

Usage

rlogitnorm(n, mu, sigma)

dlogitnorm(x, mu, sigma)

plogitnorm(x, mu, sigma)

qlogitnorm(x, mu, sigma)

Arguments

n

Number of draws requested (for rlogitnorm)

mu

Mean of the logit-transformed variable

sigma

SD of the logit-transformed variable

x

For density, CDF, and quantile functions

Value

Depends on the function


mcmapper documentation built on Nov. 4, 2024, 5:07 p.m.