nulleigs | R Documentation |
Take the eigendecomposition of the fixed-effect covariance matrix, filter out the smallest eigenvalues, and then order the parameter names by the loadings in the corresponding eigenvectors.
nulleigs(x, reltol = 1e-04, abstol = NULL, vectrans = abs) fixpar_nulleigs(sdr, reltol = 1e-04, abstol = NULL) jointprec_nulleigs(sdr, reltol = 1e-04, abstol = NULL)
x |
A matrix |
reltol |
Relative tolerance for small eigenvalues |
abstol |
Absolute tolerance for small eigenvalues; takes precedence |
vectrans |
Transformation function applied before sorting eigenvector
elements, usually either |
sdr |
An |
The reltol
argument sets a minimum for the ratio of each eigenvalue
to the largest eigenvalue. The abstol
argument sets an absolute
minimum value. The latter takes precedence if it is passed.
A list with values
(eigenvalues), vectors
(eigenvectors), and sortedpars
, which is a matrix of parameter
names with each column ordered by the corresponding loadings of the
eigenvectors (largest loadings at the top)
fixpar_nulleigs
: Find (nearly) null eigenvalues in the fixed parameter
covariance matrix
jointprec_nulleigs
: Find (nearly) null eigenvalues in the joint precision
matrix
John K Best
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.