x <- matrix(rnorm(1000),ncol=10)
y <- matrix(rnorm(500),ncol=10)
cortest.normal(x) #just test if this matrix is an identity
cortest.normal(x,y) #do these two matrices differ?
cortest.mat(x)
cortest.mat(x,y) #twice the degrees of freedom as the Jennrich
cortest.jennrich(x,y) #
Run the code above in your browser using DataLab