hlnorm {event} | R Documentation |
hlnorm(y, m, s)
y |
Vector of times. |
m |
Mean parameter. |
s |
Variance parameter. |
hlnorm
returns the log hazard function for a log normal
process with the given parameter values.
J.K. Lindsey
hboxcox
, hburr
,
hexp
, hgextval
,
hcauchy
, hgamma
,
hggamma
, hhjorth
,
hinvgauss
, hlaplace
,
hlogis
, hglogis
,
hnorm
, hstudent
,
hweibull
, hgweibull
.
hlnorm(1:10, 3, 2)