//! /* 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/Socioeconomic.jmp" ); obj = Factor Analysis( Y( :Total Population, :Median School Years, :Total Employment, : Professional Services, :Median House Value ), Estimation Method( "Row-wise" ), Variance Scaling( Correlations ), Fit( ML, SMC, 3, Varimax, Final Communality Estimates( 0 ), Variance Explained by Each Factor( 0 ), Significance Test( 0 ), Rotated Factor Loading( 0 ), Factor Loading Plot( 0 ), Score Plot( 1 ) ), SendToReport( Dispatch( { "Factor Analysis on Correlations with 3 Factors: Maximum Likelihood ", "Score Plot"}, "Factor Score Plot", FrameBox( 4 ), { Frame Size( 56, 39 )} ) ) );