search for: audiopcs

Displaying 1 result from an estimated 1 matches for "audiopcs".

Did you mean: audiopci
2002 Dec 04
1
Interpreting canonical correlation (cancor) results
Hi, from what I understand about the canonical correlation function 'cancor', it looks for correlations in two sets of variables, each represented in matrix form. Right? Sounds exactly like what I need. I have tried the following but I am not sure how to interpret the results. AudioPCs <- c(ArTHarF0PCA$x[,2], ArTHarF1PCA$x[,2], ArTHarF2PCA$x[,2], ArTHarF3PCA$x[,2], ArTHarRMSPCA$x[,2]) VideoPCs <- c(ArTHarHeightPCA$x[,2], ArTHarWidthPCA$x[,2], ArTHarProUpperPCA$x[,2], ArTHarProLowerPCA$x[,2], ArTHarRelTeethPCA$x[,2]) AudioMatrix <- matrix(AudioPCs, nrow=20, ncol=5) Vid...