Gets the matrix of direct effects. As an alternative, you can use GetDirectEffectsElement to get the direct effect of one variable on another.
Syntax
object.GetDirectEffectsMatrix (theDirectEffects, rowVariables, columnVariables)
The GetDirectEffectsMatrix method syntax has the following parts:
Part |
Description |
object |
An object of type CValue. |
theDirectEffects |
The matrix of direct effects. Each row and each column corresponds to a single model variable. The elements of the matrix give the effects of the column variables on the row variables. In other words, the column variables affect the row variables. |
rowVariables |
A list of the variables that correspond to the rows of the matrix of direct effects. |
columnVariables |
A list of the variables that correspond to the columns of the matrix of direct effects. |