Gets the total effect of one variable on another.
Syntax
result = object.TotalEffect (dependentVariable, independentVariable)
The TotalEffect method syntax has the following parts:
Part |
Description |
result |
The total effect. |
object |
An object of type CValueSimple. |
dependentVariable |
(An object of type Variable) The "dependent" variable. |
independentVariable |
(An object of type Variable) The "independent" variable. |