ehSetMainEffects {CoCoRaw}R Documentation

Set the main effects of the models in the EH procedure

Description

Set which variables to admit in the models in the EH procedure.

Usage

ehSetMainEffects(set = "what", data = NULL, 
                 object = .object.of.thing(data = data, ...), ...)

Arguments

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.

Value

TRUE, or a character string if the effects are returned.

Note

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.

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.


[Package Contents]