SSCPfn: Sums of Squares and Cross-Products Matrices for a MANOVA...

Description Usage Arguments Value References See Also Examples

Description

Summarizes the MANOVA results based on the sum of squares and cross-products decomposition for the regression (SSCPR), the error (SSCPE), and the overall total (SSCPTO).

Usage

1
SSCP.fn(fits)

Arguments

fits

An object of class manova.

Value

SSCP.fn returns a list of length 3 with the SSCPR, SSCPE, and SSCPTO.

References

Johnson, R. A. and Wichern, D. W. (2007), Applied Multivariate Statistical Analysis, Sixth Edition, Pearson.

Young, D. S. (2017), Handbook of Regression Methods, CRC Press.

See Also

manova, reg.manova

Examples

1
2
3
4
5
6
7
 
## Applied to the amit dataset.

data(amit)

fits <- manova(cbind(TOT, AMI) ~ ., data = amit)
SSCP.fn(fits = fits)

HoRM documentation built on March 11, 2021, 9:07 a.m.