Learn R Programming

teachingApps (version 1.0.8)

dgoma: The Gompertz Makeham Distribution

Description

The Gompertz Makeham Distribution

Usage

dgoma(x, shape, shape2, scale = 1)

pgoma(q, shape, shape2, scale = 1)

qgoma( p, shape = stop("no shape arg"), shape2 = stop("no shape2 arg"), scale = 1 )

Arguments

x

A numeric vector of observations

shape

A shape parameter

shape2

Another shape parameter

scale

The scale parameter

q

A numeric vector of quantiles

p

A numeric vector of probabilities