Thanks for your reply, Mark. Unfortunately, selecting a different error/link option isn’t possible, because the data are change values (non-integer values, including numerous observations less than zero).
I'm pasting in the scripts we constructed for ANOVA and GLM. Could you tell us from these scripts how the model specifications might differ?
ANOVA
Fit Model(
Y( :My87Ja88Mo ),
Effects( :Blk#, :Limp, :Moist, :Limp * :Moist ),
Personality( "Standard Least Squares" ),
Emphasis( "Effect Leverage" ),
Run(
:My87Ja88Mo << {Summary of Fit( 1 ), Analysis of Variance( 1 ),
Parameter Estimates( 1 ), Lack of Fit( 0 ), Expanded Estimates( 1 ),
Scaled Estimates( 0 ), Plot Actual by Predicted( 1 ),
Plot Regression( 0 ), Plot Residual by Predicted( 1 ),
Plot Studentized Residuals( 0 ), Plot Effect Leverage( 1 ),
Plot Residual by Normal Quantiles( 0 ),
Box Cox Y Transformation( 0 )}
)
);
GLM
Fit Model(
Y( :My87Ja88Mo ),
Effects( :Blk#, :Limp, :Moist, :Limp * :Moist ),
Personality( "Generalized Linear Model" ),
GLM Distribution( "Normal" ),
Link Function( "Identity" ),
Overdispersion Tests and Intervals( 0 ),
Name( "Firth Bias-Adjusted Estimates" )(0),
Run
);