@ih: When I try your way with my example, I get the error message:
![Feli_0-1598336358905.png Feli_0-1598336358905.png](https://community.jmp.com/t5/image/serverpage/image-id/26393i7D190DAE30742BB3/image-size/medium?v=v2&px=400)
I'm calling the PLS using
pls = Partial Least Squares(
Validation( :Validation ),
Initial Number of Factors( 15 ),
Centering( 0 ),
Scaling( 0 ),
Fit(
Method( NIPALS ),
Distance Plots( 1 ),
Diagnostics Plots( 1 ),
Overlay Loadings Plots( 1 ),
VIP vs Coefficients Plots( 1 ),
T Square Plot( 1 ),
Correlation Loading Plot( 2 ),
Overlay Coefficients Plots( 1 )
)
);
because I need the PLS dialog to prompt for X and Y.