Estimates
Estimates using Run Script
Summary: Creates a path diagram for SEM: Bollen (1989) analysis, with customizable appearance and thickness options.
Code:
dt = Open("data_table.jmp");
obj = dt << Run Script( "SEM: Bollen (1989)" );
obj << Show Estimates( 0 );
Code Explanation:
- Open data table;
- Run SEM: Bollen (1989) script.
- Hide estimates output.