dibble | R Documentation |
Creates a tibble with degree, expected kinship coefficient, and inference boundaries.
Rows will be created up to the max_degree
, with an additional row for any
relationship more distant than max_degree
. The degree
value for the final
row will be NA
. This represents inference criteria for "unrelated"
individuals. See examples.
dibble(max_degree = 3L)
max_degree |
The most distant degree you want to measure (usually between 3-9, default 3). |
A tibble containing the degree, expected kinship coefficient (k
),
lower (l
) and upper (u
) inference bounds.
dibble(3) dibble(10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.