Learn R Programming

AHSurv (version 0.1.0)

CHKW: Kumaraswamy Weibull (KW) Cumulative Hazard Function.

Description

Kumaraswamy Weibull (KW) Cumulative Hazard Function.

Usage

CHKW(t, alpha, kappa, eta, zeta)

Arguments

t

: positive argument

alpha

: scale parameter

kappa

: shape parameter

eta

: shape parameter

zeta

: shape parameter

Value

the value of the KW cumulative hazard function

Examples

Run this code
# NOT RUN {
t=runif(10,min=0,max=1)
CHKW(t=t, alpha=0.35, kappa=0.5, eta=1.20, zeta=1.5)

# }

Run the code above in your browser using DataLab