| print.procmod_corls | R Documentation |
Print a procrustean Correlation Matrix.
## S3 method for class 'procmod_corls' print(x, ...)
x |
a |
... |
other parameters passed to other functions |
Eric Coissac
Christelle Gonindard-Melodelima
corls
# Build Three matrices of 3 rows. A <- simulate_matrix(10,3) B <- simulate_matrix(10,5) C <- simulate_correlation(B,10,r2=0.6) # Computes the correlation matrix data <- procmod_frame(A = A, B = B, C = C) cls <- corls(data, nrand = 100) print(cls)