581
Using Amos Graphics without Drawing a Path Diagram
E
Enter the following additional lines in the Mainsub function so that the plugin will
draw five more rectangles for the five remaining observed variables:
pd.Observed("cubes")
pd.Observed("lozenges")
pd.Observed("paragrap")
pd.Observed("sentence")
pd.Observed("wordmean")
E
Enter the following lines so that the plugin will draw eight ellipses for the eight
unobserved variables:
pd.Unobserved("err_v")
pd.Unobserved("err_c")
pd.Unobserved("err_l")
pd.Unobserved("err_p")
pd.Unobserved("err_s")
pd.Unobserved("err_w")
pd.Unobserved("spatial")
pd.Unobserved("verbal")