Script for Journal
Hello
I have written a simple script as well:
1) to open the file "Big Class Data"
2) to create a Distribution and Variability Chart graphics
3) to save all graphics in Journal
4) close the table "Big Class Data"
dt = Open("C:\Users\dburmist\Downloads\JSL Files and Exercises\Ex 6 - Big Class Data.jmp");
// Distribution for big class
distribution_obj = Distribution(
Continuous Distribution(Co
...