Learn R Programming

smoothSurv (version 2.6)

standardized logistic: Density of Standardized Logistic Distribution.

Description

Density function of the logistic distribution with zero mean and unit variance.

Usage

dstlogis(x)

Value

The value of the density.

Arguments

x

Vector of quantiles.

Author

Arnošt Komárek arnost.komarek@mff.cuni.cz

Details

dstlogis(x) = dlogis(x, 0, sqrt(3)/pi)

See Also

dlogis for the logistic distribution.

Examples

Run this code
dstlogis(0)
dstlogis(seq(-3, 3, 0.2))

Run the code above in your browser using DataLab