print.procmod_corls: Print a procrustean Correlation Matrix.

Description Usage Arguments Author(s) See Also Examples

View source: R/covls.R

Description

Print a procrustean Correlation Matrix.

Usage

1
2
## S3 method for class 'procmod_corls'
print(x, ...)

Arguments

x

a procmod_corls object

...

other parameters passed to other functions

Author(s)

Eric Coissac

Christelle Gonindard-Melodelima

See Also

corls

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
# 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)

ProcMod documentation built on May 12, 2021, 9:08 a.m.