| summary_pedmat | R Documentation |
Computes and displays summary statistics for a pedmat object.
summary_pedmat(x)
x |
A pedmat object from |
Since pedmat objects are often S4 sparse matrices with custom attributes,
use this function instead of the generic summary() to ensure proper
display of pedigree matrix statistics.
An object of class "summary.pedmat" with statistics including
method, dimensions, compression ratio (if compact), mean relationship,
and matrix density.
pedmat
tped <- tidyped(small_ped)
A <- pedmat(tped, method = "A")
summary_pedmat(A)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.