Learn R Programming

event (version 1.1.1)

hweibull: Log Hazard Function for a Weibull Process

Description

Log Hazard Function for a Weibull Process

Usage

hweibull(y, s, m)

Arguments

y

Vector of times.

s

Shape parameter.

m

Scale parameter.

Value

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

See Also

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

Examples

Run this code
# NOT RUN {
hweibull(1:10, 1.5, 2)
# }

Run the code above in your browser using DataLab