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 arrows to specify linear relationships

Scroll Prev Top Next More

Use arrows to specify linear relationships. For example, translate the path diagram

8189

into the following Visual Basic statements.

Dim Sem As AmosEngine

...

Sem.AStructure("SAT <-- Other (1)")

Sem.AStructure("SAT <-- Income")

Sem.AStructure("SAT <-- Education")

Sem.AStructure("Education <--> Income")

© 2021 Amos Development Corporation