Draws an indicator variable and an associated residual variable for an existing unobserved variable.
Syntax
pd.DiagramDrawIndicatorVariable ()
pd.DiagramDrawIndicatorVariable (theElement)
pd.DiagramDrawIndicatorVariable (variableName)
pd.DiagramDrawIndicatorVariable (elementNumber)
The DiagramDrawIndicatorVariable method syntax has the following parts:
Part |
Description |
theElement |
(Of type PDElement) An unobserved variable (ellipse). |
variableName |
(String) The name of an unobserved variable (ellipse). |
elementNumber |
(Integer) A number that identifies an unobserved variable (ellipse). Objects in a path diagram are arbitrarily numbered beginning with 1. |
Calling DiagramDrawIndicatorVariable with no arguments is equivalent to the menu selection Diagram → Draw Indicator Variable.
See example.