eigen_K: A function to take the eigendecomposition of K Note: This is...

View source: R/eigen_K.R

eigen_KR 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


plmmr documentation built on April 4, 2025, 12:19 a.m.