Learn R Programming

AHSurv (version 0.1.0)

hPGW: Power Generalised Weibull (PGW) hazard function.

Description

Power Generalised Weibull (PGW) hazard function.

Usage

hPGW(t, kappa, alpha, eta, log = FALSE)

Arguments

t

: positive argument

kappa

: scale parameter

alpha

: shape parameter

eta

: shape parameter

log

:log scale (TRUE or FALSE)

Value

the value of the PGW hazard function

Examples

Run this code
# NOT RUN {
t=runif(10,min=0,max=1)
hPGW(t=t, kappa=0.5, alpha=1.5, eta=0.6,log=FALSE)

# }

Run the code above in your browser using DataLab