| generic | R Documentation |
Check conformity of arguments and return a generic object.
generic(incidence, covariance, precision)
incidence |
matrix-like object |
covariance |
matrix-like object |
precision |
matrix-like object |
A generic random effect stores the incidence and structure matrices in Matrix form, which tries to take advantage of sparsity, if it exists.
A list with elements incidence.matrix, structure.matrix
and structure.type, which is a string indicating either
covariance or precision.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.