The asterisks represent missing values that cannot be calculated because the model is saturated and there are not enough degrees of freedom for error.
Consider this example of a saturated full factorial DOE model: a 3-factor, 2-level design with factors A, B, and C, no replicates, no center points, and no blocks. This design has 8 experimental runs.
When analyzing the design, you choose to fit the saturated model by including all main effects (A, B, C) and all interaction terms (AB, AC, BC, ABC). The resulting ANOVA table gives asterisks for the SS values for Residual Error, the MS value for Residual Error, all F statistics, and all p-values:
Zero degrees of freedom for error cause the calculations to fail as follows. Each value in the Adj MS column is calculated by dividing the values in the Adj SS column by the corresponding values in the DF column (Adj MS for Factor A = Adj SS / DF = 0.0621 / 1 = 0.0621). But, the Adj MS for Residual Error, commonly referred to as the mean square of the error (MSE), cannot be calculated because it is impossible to divide anything by 0 degrees of freedom.
Furthermore, Minitab calculates each value in the table's F column by dividing each Adj MS value by the MSE. For example, the F-value for Factor A would equal 0.0621 / MSE. But because MSE cannot be calculated, F cannot be calculated either.
Finally, the p-value is calculated from the F-statistic. Therefore, if F is missing the p-value must also be missing.
Missing p-values and F-statistics will occur in the ANOVA table whenever you have a 2-level design with one replicate, and you include all the terms in your model. To remedy the situation, re-fit your model without one or more of your interaction terms. To determine which highest-order interaction to remove from a saturated model, use the effects plots to estimate the statistical significance of the interactions.
For example, Minitab can calculate all values in the ANOVA table for the main effects and 2-way interactions if you choose , click the Model button, and remove the ABC interaction term from the model:
Now Minitab calculates all the values because there is 1 DF remaining for error, which means Minitab can calculate the MSE, F, and p-values.