ehFit {CoCoRaw} | R Documentation |
Fit and classify models in the EH procedure. The models to fit can be models from the current duals of the EH procedure or models from the model list of the CoCo object. Only a single "step" of the EH-procedure is performed.
ehFit(model = FALSE, a = FALSE, b = FALSE, dual = NULL, sub.class = FALSE, p.accepted = FALSE, data = NULL, object = .object.of.model(model, data = data, ...), ...)
model |
See showModel . |
a |
See showModel . |
b |
See showModel . |
dual |
A character string. The argument dual should be
"both" (fit both the two duals),
"smallest.dual" (fit the smallest dual),
"largest.dual" (fit the largest),
"a.dual" (fit the a-dual),
or "r.dual" (fit the r-dual).
|
sub.class |
A character string. See eh . |
p.accepted |
A numeric. 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
, showModel
,
ehForceAccept
,
and ehForceReject
.