Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


ProcMod (version 1.0.8)

names.procmod_varls: The Names of the elements of a Variance / Covariance Matrix.

Description

Returns the names of the elements associated to a procmod_varls object.

Usage

# S3 method for procmod_varls
names(x)

Arguments

x

a procmod_varls object

See Also

varls

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

names(v)

# }

Run the code above in your browser using DataLab