Repeated measures ANOVA (univariate data) using Hotelling's T2 test | R Documentation |
T^2
test
Repeated measures ANOVA (univariate data) using Hotelling's T^2
test.
rm.hotel(x, a = 0.05)
x |
A numerical matrix with the repeated measurements. Each column contains the values of the repeated measurements. |
a |
The level of significance, default value is equal to 0.05. |
This is a multivariate test for the equality of means of repeated measurements.
A list including:
m |
The mean vector. |
result |
A vector with the test statistic value, it's associated p-value, the numerator and denominator degrees of freedom and the critical value. |
Michail Tsagris.
R implementation and documentation: Michail Tsagris mtsagris@uoc.gr.
sp.logiregs, pc.sel
x <- as.matrix(iris[, 1:4]) ## assume they are repeated measurements
rm.hotel(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.