eigen_K {plmmr}R Documentation

A function to take the eigendecomposition of K Note: This is faster than taking SVD of X when p >> n

Description

A function to take the eigendecomposition of K Note: This is faster than taking SVD of X when p >> n

Usage

eigen_K(std_X, fbm_flag)

Arguments

std_X

The standardized design matrix, stored as big.matrix object.

fbm_flag

Logical: is std_X an FBM obejct? Passed from plmm().

Value

A list with the eigenvectors and eigenvalues of K


[Package plmmr version 4.2.1 Index]