rrBLUPModel0#
Module containing RR-BLUP genomic prediction classes for a very simple intercept + marker effects model.
Classes
The rrBLUPModel0 class represents a simple RR-BLUP model with an intercept (fixed) and marker effects (random). |
Functions
Check if object is of type rrBLUPModel0. |
|
Solve the equation Ax = b using the Gauss-Seidel method. |
|
Ridge regression BLUP for the simple model. |
|
Calculate a genomic relationship matrix from a marker matrix. |
|
Calculate (Z'Z + lambda * I). |
|
Calculate Z'y. |
|
Calculate the spectral decomposition of a (symmetric) genomic relationship matrix. |
|
Calculate eta squared values for fast computation of likelihoods. |
|
Calculate the ridge parameter. |
|
Center y values around zero. |
|
-2 log-likelihood function for ML estimation. |
|
Extract nonzero components of eigenvalues and eigenvectors from a spectral decomposition. |