genetic | R Documentation |
Check conformity of arguments and return a genetic
object.
genetic(pedigree, incidence, covariance, precision)
pedigree |
object of class 'pedigree' |
incidence |
matrix-like object |
covariance |
matrix-like object |
precision |
matrix-like object |
This is a virtual class. No objects are expected to be created directly.
A list with elements pedigree
, 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.