The following statements fit a cell-means model. See Figure 65.34 and Figure 65.35. proc transreg data=x ss2 short; title2 'Cell-Means Model'; model identity(y) = class(a * b / zero=none); output ...
In statistical inference, or hypothesis testing, the traditional tests are called parametric tests because they depend on the specification of a probability distribution (such as the normal) except ...