qqplot.censorReg.plot.quantiles(object, X, xlim, mle=T, mle.interval=T, upper=T, lower=T, conf.level=0.95, lty.mle=1, lty.interval=2, col.mle=1, col.interval=1, plot.lines=T, pch.data=0, col.data=0, offset=NULL)
"censorReg"
for
which quantile plots are desired.
qqplot.censorReg.plot.quantiles
does not "set up" the plot,
xlim
can be taken as the limits of the x-axis.
T
, the maximum likelihood estimate of
the failure probability is displayed.
T
, confidence intervals for
the maximum likelihood estimate of the failure probability are displayed.
T
, the upper confidence limit for
the maximum likelihood estimate of the failure probability is displayed.
T
, the lower confidence limit for
the maximum likelihood estimate of the failure probability is displayed.
T
, the maximum likelihood estimate
is displayed as a line.
Otherwise, it is displayed as a series of points.
F
,
the pch parameter for plotting the points.
F
,
the col parameter for plotting the points.
X
.
The maximum likelihood estimate of the failure probability and associated confidence intervals are displayed on the active graphics device.
qqplot.censorReg.plot.quantiles
is used after
the axies on the active device have been set up using
qqplot.censorReg.setup
.
This function is not meant to be called directly by users.