Displaying 1 result from an estimated 1 matches for "videomatrix".
2002 Dec 04
1
Interpreting canonical correlation (cancor) results
...PCs <- 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)
VideoMatrix <- matrix(VideoPCs, nrow=20, ncol=5)
ArTHarCCA <- cancor(AudioMatrix, VideoMatrix)
ArTHarCCA
$cor
[1] 0.852092 0.833079 0.467436 0.279688 0.026228
$xcoef
[,1] [,2] [,3] [,4] [,5]
[1,] -0.0118794 0.0305097 -0.058891 -0.0601489 0.029186
[2,] -0.0350698 0.0...