Script to save prediction formula of PLS
Hello,
I'm using a script to run PLS on my data, but I'm having a hard time getting it to save the prediction formula & values into a column in the data sheet. Is this possible? Here's what I'm using so far:
Names Default To Here( 1 );
<
P = Partial Least Squares(
Y( :Viability ),
X( :Name( "976" ), :Name( "778" ), :Name( "973" ), ),
Validation Method( None, Initial Number of Factors( 15 ) ),
...