This functions is used for constructing selection tables
for the interpretation of results for network dynamics
obtained with the RSiena
or multiSiena
packages.
In matrix form, each row corresponds to ego's value of the covariate,
and each column to alter's value.
The table entries are the joint contributions of covariate effects
to the objective function, for this covariate and for
the combinations of ego and alter values.
Effects currently implemented are "altX"
, "altSqX"
,
"egoX"
, "egoSqX"
,
"egoXaltX"
, "simX"
, "diffX"
, "diffSqX"
,
"higher"
, "sameX"
, "egoDiffX"
, and
"egoPlusAltX"
.
If levls
is NULL
(the default), the levels of
ego's behavior are taken as the integer range of
the dependent actor variable.
In most applications levls.alt
will be the same as levls
,
in which case it does not have to be specified.
The multiplier
is used in case the variable vname
has a different
natural scale, and the values for ego and alter as reported
should be multiplied.
The values given for levls
and levls.alt
are before this
multiplication, i.e., they are the values as in the data set.
The data set xd
is only used to get the means and similarity means
which are subtracted somewhere in the effects.
This function has its own print method.