Please enable JavaScript to view this site.

IBM® SPSS® Amos™ 28

Navigation: Amos Graphics Reference Guide > Main Window > Main menu > Tools menu > Write a program

Use pd methods to specify linear relationships

Scroll Prev Top Next More

Use the pd methods Path, Cov, Var, Mean and Intercept to specify linear relationships. For example, translate the path diagram

8189

into the following Visual Basic statements.

Dim Sem As AmosEngine

...

Sem.Path("SAT", "Other", 1)

Sem.Path("SAT", "Income")

Sem.Path("SAT", "Education")

Sem.Cov("Education", "Income")

© 2021 Amos Development Corporation