Learn R Programming

gemma2 (version 0.1.3)

eigen_proc: Eigendecomposition procedure for Vg and Ve

Description

Eigendecomposition procedure for Vg and Ve

Usage

eigen_proc(V_g, V_e, tol = 1/10000)

Arguments

V_g

a d_size by d_size covariance matrix

V_e

a d_size by d_size covariance matrix

tol

a positive number indicating the tolerance for isSymmetric

Value

a named list of length 4 containing the outputs of eigendecomposition procedure

Examples

Run this code
# NOT RUN {
eigen_proc(diag(2), diag(2))

# }

Run the code above in your browser using DataLab