ehForceAddDualToClass {CoCoRaw} | R Documentation |
Force a dual of the EH procedure into a class without fitting and classifying the models.
ehForceAddDualToClass(dual = "a.dual", class = "accepted", sub.class = FALSE, data = NULL, object = .object.of.thing(data = data, ...), ...)
dual |
A character string. The argument dual should be
"a.dual" (add the a-dual),
or "r.dual" (add the r-dual).
|
class |
A character string. The argument class should be
"accepted" (add the dual to class of accepted models),
or "rejected" (add the dual to class of rejected models).
|
sub.class |
A character string. See eh . |
data |
See exportCoCo . |
object |
See exportCoCo . |
... |
Additional arguments to generate the CoCo object
from the data argument. See propertyModel . |
TRUE
Jens Henrik Badsberg
Badsberg, J.H.: A guide to CoCo, JSS, 2001 ( http://www.jstatsoft.org/v06/i04/ ) and Badsberg, J.H.: Xlisp+CoCo, Aalborg University, 1996.
eh
and ehFindDual
.