Learn R Programming

event (version 1.1.2)

hlogis: Log Hazard Function for a Logistic Process

Description

Log Hazard Function for a Logistic Process

Usage

hlogis(y, m, s)

Value

hlogis returns the log hazard function for a logistic process with the given parameter values.

Arguments

y

Vector of times.

m

Location parameter.

s

Scale parameter.

Author

J.K. Lindsey

See Also

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

Examples

Run this code
hlogis(1:10, 3, 2)

Run the code above in your browser using DataLab