Table of numbers for parametric survival distributions

DESCRIPTION:

Table of numbers for parametric survival distributions and link functions

USAGE:

censorReg.distribution(distribution, link) 

REQUIRED ARGUMENTS:

distribution
character string giving the distribution. These may be "extreme", "gaussian", or "logistic".
link
character string giving the link function. These may be "identity" or "log".

VALUE:

An integer value is returned.

DETAILS:

This function is used by most of the survival routines to obtain a distribution (and link) number used by the FORTRAN routines.

SEE ALSO:

, ,

EXAMPLES:

censorReg.distribution(distribution = "extreme", link = "log")