manova5050 | R Documentation |
The function takes a design-with-responses object created by xy_Obj
and produces 50-50 MANOVA output. Results are produced for each term in the
model.
manova5050(xyObj, stand)
xyObj |
design-with-responses object |
stand |
standardisation of responses (0 or 1) |
Classical multivariate ANOVA (MANOVA) are useless in many practical cases. The tests perform poorly in cases with several highly correlated responses and the method collapses when the number of responses exceeds the number of observations. 50-50 MANOVA is made to handle this problem. Principal component analysis (PCA) is an important part of this methodology. Each test is based on a separate PCA.
A list with components
termNames |
model term names |
exVarSS |
explained variances calculated from sums of squares summed over all responses |
df |
degrees of freedom - adjusted for other terms in model |
df_om |
degrees of freedom - adjusted for terms contained in actual term |
nPC |
number of principal components used for testing |
nBU |
number of principal components used as buffer components |
exVarPC |
variance explained by |
exVarBU |
variance explained by |
pValues |
50-50 MANOVA p-values |
stand |
logical. Whether the responses are standardised. |
The 50-50 MANOVA p
-values are based on the Hotelling-Lawley
Trace Statistic. The number of components for testing and the number of
buffer components are chosen according to default rules.
Øyvind Langsrud and Bjørn-Helge Mevik
Langsrud, Ø. (2002) Rotation Tests. The Statistician, 51, 305–317.
ffmanova
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.