hweibull: Log Hazard Function for a Weibull Process

Description Usage Arguments Value Author(s) See Also Examples

Description

Log Hazard Function for a Weibull Process

Usage

1
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.

Author(s)

J.K. Lindsey

See Also

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

Examples

1
hweibull(1:10, 1.5, 2)

Example output

Loading required package: rmutil

Attaching package:rmutilThe following object is masked frompackage:stats:

    nobs

The following objects are masked frompackage:base:

    as.data.frame, units

 [1] -0.63425566 -0.28768207 -0.08494952  0.05889152  0.17046329  0.26162407
 [7]  0.33869941  0.40546511  0.46435663  0.51703688

event documentation built on May 2, 2019, 4:07 a.m.