Learn R Programming

Compositional (version 2.0)

Multivariate analysis of variance (James test): Multivariate analysis of variance (James test)

Description

Multivariate analysis of variance without assuming equality of the covariance matrices.

Usage

maovjames(x, ina, a = 0.05)

Arguments

x
A matrix containing the Euclidean data.
ina
A numerical or factor variable indicating the groups of the data.
a
The significance level, set to 0.005 by default.

Value

A vector with the next 4 elements: A vector with the next 4 elements:

Details

Multivariate analysis of variance without assuming equality of the covariance matrices.

References

G.S.James (1954). Tests of Linear Hypothese in Univariate and Multivariate Analysis when the Ratios of the Population Variances are Unknown. Biometrika, 41(1/2): 19-43.

See Also

maov, hotel2T2, james, comp.test

Examples

Run this code
maov( iris[,1:4], iris[,5] )
maovjames( iris[,1:4], iris[,5] )

Run the code above in your browser using DataLab