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