ehForceAddDualToClass {CoCoRaw}R Documentation

Force a dual into a class of models of the EH procedure

Description

Force a dual of the EH procedure into a class without fitting and classifying the models.

Usage

ehForceAddDualToClass(dual = "a.dual", class = "accepted", 
                      sub.class = FALSE, data = NULL, 
                      object = .object.of.thing(data = data, ...), ...)

Arguments

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.

Value

TRUE

Author(s)

Jens Henrik Badsberg

References

Badsberg, J.H.: A guide to CoCo, JSS, 2001 ( http://www.jstatsoft.org/v06/i04/ ) and Badsberg, J.H.: Xlisp+CoCo, Aalborg University, 1996.

See Also

eh and ehFindDual.


[Package CoCoRaw version 0.1.7.4 Index]