Function Print-Scheffe-Table

Part of:

package cl-mathstats
( print-scheffe-table < scheffe-table > &optional < group-means > < stream > )
Prints `scheffe-table' on `stream.' If the original one-way anova data had N groups, the Scheffe table prints as an n-1 x n-1 upper-triangular table. If `group-means' is given, it should be a list of the group means, which will be printed along with the table.