//!
/* This script requires JMP® to run. Download a 30-day free trial from jmp.com/trial */
Open( "$SAMPLE_DATA/Big Class.jmp" ); Fit Model(Y( :sex ), Effects( :height ), Personality( Nominal Logistic ), Run( :weight << {Plot Actual by Predicted( 1 ), Plot Regression( 0 ), Plot Residual by Predicted( 1 ), Plot Effect Leverage( 1 )} ));