ehFindDual {CoCoRaw} | R Documentation |
Find the a-dual, the r-dual, or both duals in the EH procedure without fitting the models.
ehFindDual(dual = "both", sub.class = FALSE, data = NULL, object = .object.of.thing(data = data, ...), ...)
dual |
A character string. The argument dual should be
"both" (find both the two duals),
"a.dual" (find the a-dual),
or "r.dual" (find the r-dual).
|
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 ehForceAddDualToClass
.