rG: Gamma (G) Hazard Function.

View source: R/Models.R

rGR Documentation

Gamma (G) Hazard Function.

Description

Gamma (G) Hazard Function.

Usage

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

Arguments

t

: positive argument

shape

: shape parameter

scale

: scale parameter

log

:log scale (TRUE or FALSE)

Value

the value of the G hazard function

Author(s)

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

Examples

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


AmoudSurv documentation built on Sept. 8, 2022, 5:09 p.m.

Related to rG in AmoudSurv...