// First analysis of variance (TSEC and NRESP) // Select only the first model and then run the icon: Run Script Fit Model(Y( :TSEC, :NRESP), Effects( :DIAGRAM, :APPLICATION, :BLOCK1, :BLOCK2, :SUBJECT[ :BLOCK1] & Random), Personality(Standard Least Squares), Emphasis(Minimal Report), Method(EMS)); // Second analysis of variance (TSEC and NRESP) // Select only the second model and then run the icon: Run Script Fit Model(Y( :TSEC, :NRESP), Effects( :DIAGRAM, :APPLICATION, :DIAGRAM * :APPLICATION), Personality(Standard Least Squares), Emphasis(Minimal Report));