qcprob
is a generic function used to produce a quality control
probability based on the input object. The method invokes particular
methods
which depend on the class
of the
first argument.
# S4 method for ANY
qcprob(object, ...)
# S4 method for NULL
qcprob(object, ...)
The form of the value returned by qcprob
depends on the
class of its argument. See the documentation of the particular methods
for details of what is produced by that method.
If the object is NULL
, NA
is returned.
an object for which a QC probability is desired
additional arguments affecting the QC probability produced
P. Roebuck paul_roebuck@comcast.net, James M. Melott jmmelott@mdanderson.org