Learn R Programming

AHSurv (version 0.1.0)

CHMKW: Modified Kumaraswamy Weibull (MKW) Cumulative Hazard Function.

Description

Modified Kumaraswamy Weibull (MKW) Cumulative Hazard Function.

Usage

CHMKW(t, alpha, kappa, eta)

Arguments

t

: positive argument

alpha

: Inverse scale parameter

kappa

: shape parameter

eta

: shape parameter

Value

the value of the MKW cumulative hazard function

Examples

Run this code
# NOT RUN {
t=runif(10,min=0,max=1)
CHMKW(t=t,alpha=0.35, kappa=0.7, eta=1.4)

# }

Run the code above in your browser using DataLab