Learn R Programming

event (version 1.1.1)

hexp: Log Hazard Function for a Poisson Process

Description

Log Hazard Function for a Poisson Process

Usage

hexp(y, rate)

Value

hexp returns the log hazard function for a Poisson process with the given parameter value.

Arguments

y

Vector of times.

rate

Vector of rates.

Author

J.K. Lindsey

See Also

hboxcox, hburr, hexp, hgextval, hgamma, hggamma, hhjorth, hinvgauss, hlaplace, hlnorm, hlogis, hglogis, hnorm, hstudent, hweibull, hgweibull.

Examples

Run this code
hexp(1:10, 3)

Run the code above in your browser using DataLab