Learn R Programming

AmoudSurv (version 0.1.0)

rG: Gamma (G) Hazard Function.

Description

Gamma (G) Hazard Function.

Usage

rG(t, shape, scale, log = FALSE)

Value

the value of the G hazard function

Arguments

t

: positive argument

shape

: shape parameter

scale

: scale parameter

log

:log scale (TRUE or FALSE)

Author

Abdisalam Hassan Muse, Samuel Mwalili, Oscar Ngesa, Christophe Chesneau abdisalam.hassan@amoud.edu.so

Examples

Run this code
t=runif(10,min=0,max=1)
rG(t=t, shape=0.5, scale=0.85,log=FALSE)

Run the code above in your browser using DataLab