Save residual by using jmp script
Hi,
I created a script to run a correlation. there are 2 fit line : a) linear correlation fit , b) 1:1 fit.
I need to save the residual from the 1:1 fit (fit special). how do I do that with the JMP script ?
plot = data table("Correlation_Raw")<< Bivariate(
Y( :NewTester ),
X( :RefTester ),
Fit Line( {Confid Curves Fit( 1 ), Line Color( {212, 73, 88} )} ),
Fit Special( Intercept( 0 ), Slope(...
vince_faller