Hey Everyone,
I’m new to JMP but have a lot of experience in Python.
I’m using JMP as a validated platform for statistical analysis and want to use python to allow easy csv writing etc.
I’m really struggling with bringing variables into and out of jsl.
I have a JMP data table that I want to do simple analysis on (min,mean max, std, etc) which I have used python to find. I am trying to find a way to use jsl to calculate tolerance interval, process capability and a few other things.
My question comes down to this, how can I go about doing these analyses and then sending those results to an indexable python format.
All of my attempts following the scripting guide on JMP have resulted in errors that I cannot find a fix for. (Different almost every time)
I understand this may be my stubbornness for using python but I need to save the results to a csv and I find python indexing and formatting a lot easier. (The lack of consistent errors to try to fix are not helping)
TLDR how do I pull results from a JSL script for later use in python
I’ve tried to use the scripting guide to find