ehFindDual {CoCoRaw}R Documentation

Find duals in the EH procedure

Description

Find the a-dual, the r-dual, or both duals in the EH procedure without fitting the models.

Usage

ehFindDual(dual = "both", sub.class = FALSE, data = NULL, 
           object = .object.of.thing(data = data, ...), ...)

Arguments

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.

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 ehForceAddDualToClass.


[Package CoCoRaw version 0.1.7.4 Index]