logitncdf: Logit-normal cumulative distribution function

View source: R/logitn.R

logitncdfR Documentation

Logit-normal cumulative distribution function

Description

Logit-normal cumulative distribution function

Usage

logitncdf(x, mu, sigma)

Arguments

x

Vector of values.

mu

Location parameter.

sigma

Scale parameter.

Value

Value of the logit-normal cumulative distribution function.

Examples

logitncdf(0.5, 1, 2)
logitncdf(c(0, 0.5), c(0, 1), 2)

kaybrodersen/micp documentation built on April 15, 2022, 2:24 a.m.