Parametric Survival Probability Plot Setup
DESCRIPTION:
Finds axis limits, labels, and other quantitles for parametric survival model
qqplots.
USAGE:
qqplot.censorReg.setup(distribution, link, xlim, ylim)
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 "log" or "identity".
- xlim
-
x-axis limits.
- ylim
-
y-axis limits.
SIDE EFFECTS::
an initial plot with axis labels, and tick marks is drawn.
SEE ALSO:
EXAMPLES:
This routine is not usually called by the user.