Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


ProcMod (version 1.0.8)

print.procmod_corls: Print a procrustean Correlation Matrix.

Description

Print a procrustean Correlation Matrix.

Usage

# S3 method for procmod_corls
print(x, ...)

Arguments

x

a procmod_corls object

...

other parameters passed to other functions

See Also

corls

Examples

Run this code
# NOT RUN {
# 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)

# }

Run the code above in your browser using DataLab