Description Objects from the Class Slots Extends Methods Author(s) See Also Examples
Abstraction of a factor type of aggregator with possible states coded by the factor levels
Objects can be created by calls of the
form new("factorAggregator", ...)
or using the constructor
factorAggregator(x, passed)
, where x
is a factor, or an
object which can be coerced to a factor, and passed
is a logical
scalar.
x
:Object of class "factor"
coding the outcome state
passed
:Object of class "logical"
indicating
whether the process has passed the QA requirements
Class "qaAggregator"
, directly.
signature(object = "factorAggregator")
: print
object details
signature(text = "factorAggregator", con = "file",
sep = "missing", useBytes= "missing")
: write to HTML file connection
Florian Hahne
qaProcess.marginevents
, qaReport
,
qaProcess
, qaProcess.timeline
,
discreteAggregator
,
binaryAggregator
,
numericAggregator
,
stringAggregator
,
rangeAggregator
,
1 | showClass("factorAggregator")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.