Accessing summary statistics from the output of the Fit Model platform
Hi,Can anybody tell me how to reference the tables of summary statistics that are created by the Fit Model platform, but to do it in such a way that the resulting script is robust against upgrades in JMP?In the past I've done this sort of thing: // Open a simple data table; dt = open("$SAMPLE_DATA/Big Class.jmp");// Fit a model to it; fmo = Fit Model( Y( :Height ), Ef...