qcprob-method {RPPASPACE} | R Documentation |
Method “qcprob”
Description
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.
Usage
## S4 method for signature 'ANY'
qcprob(object, ...)
## S4 method for signature 'NULL'
qcprob(object, ...)
Arguments
object |
an object for which a QC probability is desired |
... |
additional arguments affecting the QC probability produced |
Value
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.
Author(s)
P. Roebuck paul_roebuck@comcast.net, James M. Melott jmmelott@mdanderson.org
[Package RPPASPACE version 1.0.10 Index]