Print Manova Summary

DESCRIPTION:

Prints the result of summary.manova. The test argument controls which multivariate test is printed.

USAGE:

print.summary.manova(x, test=x$test, digits=options("digits")[[1]]) 

REQUIRED ARGUMENTS:

x
an object of class "summary.manova", which is the result of the summary.manova function.

OPTIONAL ARGUMENTS:

test
a character string that partially matches one of "pillai", "wilks lambda", "hotelling-lawley", or "roy largest".
digits
the number of digits to use in printing the numbers.

VALUE:

the object x (invisibly to prevent reprinting).

SIDE EFFECTS:

a manova table is printed. There is always a column of labels for the terms and a column of degrees of freedom. If there are residual degrees of freedom, then there are also columns for the test statistic, and approximate F statistic (which is sometimes exact), numerator and denominator degrees of freedom for the F, and the p-value.

SEE ALSO:

, .