Gomphertz-Makeham: The Gompertz Makeham Distribution

Description Usage Arguments

Description

The Gompertz Makeham Distribution

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
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


teachingApps documentation built on July 1, 2020, 5:58 p.m.