//! /* This script requires JMP® to run. Download a 30-day free trial from jmp.com/trial */ Names Default To Here( 1 ); dt = Open( "$SAMPLE_DATA/Diabetes.jmp" ); obj = Fit Model( Y( :Y ), Effects( :Age, :Gender, :BMI, :BP, :Total Cholesterol, :LDL, :HDL, :TCH, :LTG, :Glucose ), Personality( Generalized Regression ), Generalized Distribution( Normal ), Run );