Learn R Programming

AHSurv (version 0.1.0)

dggamma: Generalised Gamma (GG) Probability Density Function.

Description

Generalised Gamma (GG) Probability Density Function.

Usage

dggamma(t, kappa, alpha, eta, log = FALSE)

Arguments

t

: positive argument

kappa

: scale parameter

alpha

: shape parameter

eta

: shape parameter

log

:log scale (TRUE or FALSE)

Value

the value of the GG probability density function

Examples

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

# }

Run the code above in your browser using DataLab