Slope and Intercept calculations in JSL
@Jeff_Perkinson , @Milo ,
This is in reference to a discussion - Slope and intercept functions
I have found this discussion to be helpful. I am currently using JMP 13, so if there are developments made in JMP 14, I dont necessarily have access to it.
But, here are my questions:
Clear Log() ; Clear Globals(); Close All(DataTables,"No Save");
Slope = function({x,y},{defau
...