Probability Plot - Generic Function

DESCRIPTION:

Produce a probability plot for an object. This function is generic (see Methods); method functions can be written to handle specific classes of data. Classes which already have methods for this function include: censor, censorReg, censorRegList.

USAGE:

probplot(object, ...) 

REQUIRED ARGUMENTS:

object
an object containing a single predictor variable for which a probability plot is desired.

OPTIONAL ARGUMENTS:

...
some methods may have additional arguments.

SIDE EFFECTS::

Produces a probability plot in the current graphics device.

EXAMPLES:

probplot(censorReg(censor(days,event)~voltage, data=capacitor2, weights = weights))
probplot(rnorm(50),dist="normal",mle=T)