Gets the matrix of standardized direct effects. As an alternative, you can use GetStandardizedDirectEffectsElement to get the standardized direct effect of one variable on another.
Syntax
object.GetStandardizedDirectEffectsMatrix (theStandardizedDirectEffects, rowVariables, columnVariables)
The GetStandardizedDirectEffectsMatrix method syntax has the following parts:
Part |
Description |
object |
An object of type CValue. |
theStandardizedDirectEffects |
The matrix of standardized 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 standardized direct effects. |
columnVariables |
A list of the variables that correspond to the columns of the matrix of standardized direct effects. |