Please enable JavaScript to view this site.

IBM® SPSS® Amos™ 28

Draws a single-headed arrow.

Syntax

result = pd.Path (toVariable, fromVariable)

result = pd.Path (toVariable, fromVariable, regressionWeightValue)

result = pd.Path (toVariable, fromVariable, regressionWeightName)

result = pd.Path (toVariableName, fromVariableName)

result = pd.Path (toVariableName, fromVariableName, regressionWeightValue)

result = pd.Path (toVariableName, fromVariableName, regressionWeightName)

The Path method syntax has the following parts:

Part

Description

result

(Object of type PDElement) The new single-headed arrow.

toVariable

(Object of type PDElement) The variable that the new single-headed arrow points to.

fromVariable

(Object of type PDElement) The variable that the new single-headed arrow points away from.

toVariableName

(String) The name of the variable that the new single-headed arrow points to.

fromVariableName

(String) The name of the variable that the new single-headed arrow points away from.

regressionWeightValue

(Double) The value of the regression weight represented by the new single-headed arrow.

regressionWeightName

(String) A name for the regression weight represented by the new single-headed arrow.

Remarks

If you do not specify a name or value for the regression weigh trepresented by the single-headed arrow, the regression weight will be unconstrained.

© 2021 Amos Development Corporation