| hgamma {event} | R Documentation |
hgamma(y, shape, rate=1, scale=1/rate)
y |
Vector of times. |
shape |
Shape parameter. |
rate |
Rate parameter. |
scale |
Scale parameter. |
hgamma returns the log hazard function for a gamma process with
the given parameter values.
J.K. Lindsey
hboxcox, hburr,
hexp, hgextval,
hcauchy, hggamma,
hhjorth, hinvgauss,
hlaplace, hlnorm,
hlogis, hglogis,
hnorm, hstudent,
hweibull, hgweibull.
hgamma(1:10, 3, 2)