dLT: dLT

Description Usage Arguments Value Examples

View source: R/dLT.R

Description

Logit t distribution.

Usage

1
dLT(y, mu, phi, nu)

Arguments

y

numeric. Variable of interest.

mu

numeric. LST's first parameter.

phi

numeric. LST's second parameter.

nu

numeric. LST's third parameter.

Value

Density values.

Examples

1
2
3
4
5
{

  curve(dLT(y = x, mu = 0, phi = 0.5, nu = 0.5))

}

brunaw/unitTools documentation built on May 5, 2019, 12:29 a.m.