Please enable JavaScript to view this site.

IBM® SPSS® Amos™ 28

Gets one element of the matrix of total effects, giving the total effect of one variable on another. As an alternative, you can use GetTotalEffectsMatrix to get the entire matrix of total effects.

Syntax

result = object.GetTotalEffectsElement (rowVariableName, columnVariableName)

result = object.GetTotalEffectsElement (rowVariable, columnVariable)

The GetTotalEffectsElement method syntax has the following parts:

Part

Description

result

One element of the matrix of total effects, giving the total effect of one variable on another.

object

An object of type CValue.

rowVariableName

(String) The name of the "dependent" variable for which you want to estimate the total effect of some other variable.

columnVariableName

(String) The name of the "independent" variable whose total effect on some other variable you want to estimate.

rowVariable

(An object of type Variable) The "dependent" variable for which you want to estimate the total effect of some other variable.

columnVariable

(An object of type Variable) The "independent" variable whose total effect on some other variable you want to estimate.

© 2021 Amos Development Corporation