testCC {multiUS}R Documentation

Test of canonical correlations

Description

The function perform the Wilk's test for the statistical significance of canonical correlations.

Usage

testCC(cor, n, p, q)

Arguments

cor

Vector with canonical correlations.

n

Number of units.

p

Number of variables in the first group of variables.

q

Number of variables in the second group of variables.

Value

The results are organized in a list format with two data tables:

sigTest

eigModel

Author(s)

Aleš Žiberna

References

R Data Analysis Examples: Canonical Correlation Analysis, UCLA: Statistical Consulting Group. From http://www.ats.ucla.edu/stat/r/dae/canonical.htm (accessed Decembar 27, 2013).

Examples

testCC(cor = c(0.76, 0.51, 0.35, 0.28, 0.10), n = 51, p = 5, q = 5)

[Package multiUS version 1.2.3 Index]