CHG {AHSurv}R Documentation

Gamma (G) Cumulative Hazard Function.

Description

Gamma (G) Cumulative Hazard Function.

Usage

CHG(t, shape, scale)

Arguments

t

: positive argument

shape

: shape parameter

scale

: scale parameter

Value

the value of the G cumulative hazard function

Author(s)

Abdisalam Hassan Muse, Samuel Mwalili, Oscar Ngesa, Mutua Kilai, abdisalam.hassan@amoud.edu.so

Examples

t=runif(10,min=0,max=1)
CHG(t=t, shape=0.85, scale=0.5)


[Package AHSurv version 0.1.0 Index]