Learn R Programming

event (version 1.1.2)

hweibull: Log Hazard Function for a Weibull Process

Description

Log Hazard Function for a Weibull Process

Usage

hweibull(y, s, m)

Value

hweibull returns the log hazard function for a Weibull process with the given parameter values.

Arguments

y

Vector of times.

s

Shape parameter.

m

Scale parameter.

Author

J.K. Lindsey

See Also

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

Examples

Run this code
hweibull(1:10, 1.5, 2)

Run the code above in your browser using DataLab