Example 10: Mixture Surface Design
Cornell (1990a) discusses a simple but typical mixture experiment concerned with the average texture of fish patties. Sandwich patties were made of blends of three types of fish: Mullet, Sheepshead, and Croaker. The dependent variable of interest was Texture, as measured by the force (in grams * 10-3) required to puncture the patty surface. The experiment, as reported by Cornell (1990a, page 9), used a second-degree simplex-lattice mixture design. Experimental designs for mixtures are also discussed in detail in the Introductory Overview in the Experimental Design module.
Ribbon bar. Select the Home tab. In the File group, click the Open arrow and select Open Examples to display the Open a Statistica Data File dialog box. The Fish.sta data file is located in the Datasets folder. Then, select the Statistics tab. In the Advanced/Multivariate group, click Advanced Models and from the menu, select General Linear to display the General Linear Models (GLM) Startup Panel.
Classic menus. From the File menu, select Open Examples to display the Open a Statistica Data File dialog box. The Fish.sta data file is located in the Datasets folder. Next, from the Statistics - Advanced Linear/Nonlinear Models submenu, select General Linear Models to display the General Linear Models (GLM) Startup Panel.
Select Mixture surface regression as the Type of analysis, Quick specs dialog as the Specification method, and then click the OK button to display the GLM Mixture Surface Regression Quick Specs dialog box.
Click the Variables button to display the standard variable selection dialog box. Select Texture from the Dependent variable list. Select Mullet, Sheepshead, and Croaker as the Predictor variables. Then, click the OK button to return to the GLM Mixture Surface Regression Quick Specs dialog box.For this example, we can estimate the pure error and test for overall lack of fit. Lack of fit tests require the computation of the pure error not accounted for by the model. To specify the computation of the pure error, select the Options tab. In the Parameterization group box, select the Lack of fit check box.
Because the default mixture surface design includes terms in addition to main effect terms, we can modify the analysis specifications in the syntax editor. Click the Syntax editor button to display the GLM Analysis Syntax Editor. In the Analysis syntax field, the DESIGN statement for the default full quadratic response surface design will be:
DESIGN = MULLET | SHEEPSHD | CROAKER @2;
Edit the DESIGN statement so that it specifies a main effects only model:
DESIGN = MULLET + SHEEPSHD + CROAKER;
The complete syntax specifications for the analysis should now be:
Now click the OK (Run) button to begin the analysis.
Reviewing Results.

The Lack of fit test is marginally significant (p<.10), suggesting that the simple linear main-effects-only model is too simple.
Now, modify the analysis by specifying the default quadratic mixture surface design. In the GLM Results dialog box, click the Modify button to return to the GLM Analysis Syntax Editor. In the Analysis syntax field, change the DESIGN statement to read:
DESIGN = MULLET | SHEEPSHD | CROAKER @2;
Then click the OK (Run) button to run the modified analysis. When the GLM Results dialog box is displayed, click the Whole model R button again.



As can be seen, the coefficients for every effect except Mullet*Croaker and Sheepshd*Croaker are significant. Note, however, that the coefficients for main effects should be interpreted with caution due to the exclusion of the intercept term from the model.