logisticDist-class: An S4 class to represent a logistic distribution.
Description
This S4 class describes the logistic distribution that is fitted to the marker values. The logistic distribution is characterized by the location and the scale parameters.
Arguments
Slots
location
location parameter.
scale
scale parameter. Must be strictly positive.
Details
You never have to create this class manually. This class is created internally when a logistic distribution is fitted on the marker values.
See Also
fit for more details on how to fit a logistic distribution.