Learn R Programming

plmmr (version 4.2.3)

eigen_K: 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)

Value

A list with the eigenvectors and eigenvalues of K

Arguments

std_X

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

fbm_flag

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