Learn R Programming

distributional (version 0.1.0)

dist_logistic: The Logistic distribution

Description

stable

Usage

dist_logistic(location, scale)

Arguments

location

location and scale parameters.

scale

location and scale parameters.

See Also

stats::Logistic

Examples

Run this code
# NOT RUN {
dist_logistic(location = c(5,9,9,6,2), scale = c(2,3,4,2,1))

# }

Run the code above in your browser using DataLab