The effects indicated by the arguments …, type
,
and (if necessary) interaction1
and interaction2
are included or excluded
from the model specified by the effects object.
The names interaction1
and interaction2
do not refer
to interactions between effects, but to dependence of effects on
other variables in the data set.
The arguments should identify the effects completely.
The short names must not be set between quotes,
unless you use character=TRUE
.
The function includeEffects
operates as an interface
setting the "include" column on selected rows of the effects object,
to the value requested (TRUE or FALSE).
The value of myeff$initialValue
can be set by function
setEffect
.
The function setEffect
can operate on the effects object
in a more detailed way,
e.g., setting the value of myeff$initialValue
,
but applies to one effect at the time.
Further information about Siena effects objects is given
in the help page for getEffects
.
A list of all effects available in a given effects object (e.g.,
myeff
), including their names of dependent variables,
effect names, short names,
and values of interaction1 and interaction2 (if any),
is obtained by executing effectsDocumentation(myeff)
.