View source: R/smoothSurvReg.R
standardized logistic | R Documentation |
Density function of the logistic distribution with zero mean and unit variance.
dstlogis(x)
x |
Vector of quantiles. |
dstlogis(x) = dlogis(x, 0, sqrt(3)/pi)
The value of the density.
Arnošt Komárek arnost.komarek@mff.cuni.cz
dlogis
for the logistic distribution.
dstlogis(0)
dstlogis(seq(-3, 3, 0.2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.