hggamma {event} | R Documentation |
Log Hazard Function for a Generalized Gamma Process
Description
These functions provide information about the generalized gamma
distribution with scale parameter equal to m
, shape 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 gamma distribution has density
where is the scale parameter of the distribution,
is the shape, and
is the family
parameter.
yields a gamma distribution,
a
Weibull distribution, and
a
log normal distribution.
Usage
hggamma(y, s, m, f)
Arguments
y |
vector of responses. |
m |
vector of location parameters. |
s |
vector of dispersion parameters. |
f |
vector of family parameters. |
Author(s)
J.K. Lindsey
See Also
dgamma
for the gamma distribution,
dweibull
for the Weibull distribution, dlnorm
for the log normal distribution.
Examples
hggamma(2, 5, 4, 2)