View source: R/Bartlett.Tests.R
Bartlett.Tests | R Documentation |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.