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