| hnorm {event} | R Documentation |
Log Hazard Function for a Normal Process
Description
Log Hazard Function for a Normal Process
Usage
hnorm(y, m, s)
Arguments
y |
Vector of times. |
m |
Mean parameter. |
s |
Variance parameter. |
Value
hnorm returns the log hazard function for a normal
process with the given parameter values.
Author(s)
J.K. Lindsey
See Also
hboxcox, hburr,
hexp, hgextval,
hcauchy, hgamma,
hggamma, hhjorth,
hinvgauss, hlaplace,
hlogis, hglogis,
hlnorm, hstudent,
hweibull, hgweibull.
Examples
hnorm(1:10, 3, 2)
[Package event version 1.1.1 Index]