ehSetMainEffects {CoCoRaw} | R Documentation |
Set which variables to admit in the models in the EH procedure.
ehSetMainEffects(set = "what", data = NULL, object = .object.of.thing(data = data, ...), ...)
set |
A character string with the names of the variables. |
data |
See exportCoCo . |
object |
See exportCoCo . |
... |
Additional arguments to generate the CoCo object
from the data argument. See propertyModel . |
TRUE, or a character string if the effects are returned.
CoCo will work more efficiently,
if setUseVariables
is used to restrict
the EH procedure to a subset of the variables,
than if ehSetMainEffects
, ehSetBase
or ehForceFix
is used.
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
.