Learn R Programming

event (version 1.1.1)

hlnorm: Log Hazard Function for a Log Normal Process

Description

Log Hazard Function for a Log Normal Process

Usage

hlnorm(y, m, s)

Arguments

y

Vector of times.

m

Mean parameter.

s

Variance parameter.

Value

hlnorm returns the log hazard function for a log normal process with the given parameter values.

See Also

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

Examples

Run this code
# NOT RUN {
hlnorm(1:10, 3, 2)
# }

Run the code above in your browser using DataLab