print.procmod_varls {ProcMod}R Documentation

Print procrustean Variance / Covariance Matrix.

Description

Print procrustean Variance / Covariance Matrix.

Usage

## S3 method for class 'procmod_varls'
print(x, ...)

Arguments

x

a procmod_varls object

...

other parameters passed to other functions

Author(s)

Eric Coissac

Christelle Gonindard-Melodelima

See Also

varls

Examples

# 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 variance covariance matrix
data <- procmod_frame(A = A, B = B, C = C)
v <- varls(data, nrand = 100)

print(v)


[Package ProcMod version 1.0.8 Index]