Learn R Programming

AHSurv (version 0.1.0)

CHGG: Generalised Gamma (GG) Cumulative Hazard Function.

Description

Generalised Gamma (GG) Cumulative Hazard Function.

Usage

CHGG(t, kappa, alpha, eta)

Arguments

t

: positive argument

kappa

: scale parameter

alpha

: shape parameter

eta

: shape parameter

Value

the value of the GG cumulative hazard function

Examples

Run this code
# NOT RUN {
t=runif(10,min=0,max=1)
CHGG(t=t, kappa=0.5, alpha=0.35, eta=0.9)

# }

Run the code above in your browser using DataLab