Bartlett tests
Bartlett tests foor the columns of a matrix and a grouping variable
Bartlett.Tests(X, groups = NULL)
X |
A data frame or a matrix containing several numerical variables |
groups |
A factor with the groups |
Bartlett tests foor the columns of a matrix and a grouping variable
A matrix with the tests for each column
Jose Luis Vicente Villardon
Bartlett, M. S. (1937). "Properties of sufficiency and statistical tests". Proceedings of the Royal Statistical Society, Series A 160, 268-282 JSTOR 96803
data(wine) Bartlett.Tests(wine[,4:8], groups = wine$Origin)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.