Description Usage Arguments Author(s) See Also Examples
These functions provide information about the generalized logistic
distribution with location parameter equal to m, dispersion equal
to s, and family parameter equal to f: log hazard.
(See 'rmutil' for the d/p/q/r boxcox functions density,
cumulative distribution, quantiles, and random generation).
The generalized logistic distribution has density
f(y) = f sqrt(3) exp(-sqrt(3) (y-m)/(s pi))/ (s pi (1+exp(-sqrt(3) (y-m)/(s pi)))^(f+1))
where m is the location parameter of the distribution, s is the dispersion, and f is the family parameter.
f=1 gives a logistic distribution.
1  | hglogis(y, m, s, f)
 | 
y | 
 vector of responses.  | 
m | 
 vector of location parameters.  | 
s | 
 vector of dispersion parameters.  | 
f | 
 vector of family parameters.  | 
J.K. Lindsey
dlogis for the logistic distribution.
1  | hglogis(5, 5, 1, 2)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.