Learn R Programming

AHSurv (version 0.1.0)

CHG: 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

Examples

Run this code
# NOT RUN {
t=runif(10,min=0,max=1)
CHG(t=t, shape=0.85, scale=0.5)

# }

Run the code above in your browser using DataLab