WilksW
WilksW[m1, m2] gives Wilks's W for the matrices m1 and m2.
Examples
m1 = {{2, 1}, {1, 3}};
m2 = {{5, 2}, {2, 4}};
WilksW[m1, m2]Please visit the official Wolfram Language Reference for more details.
WilksW[m1, m2] gives Wilks's W for the matrices m1 and m2.
m1 = {{2, 1}, {1, 3}};
m2 = {{5, 2}, {2, 4}};
WilksW[m1, m2]Please visit the official Wolfram Language Reference for more details.