| dibble {skater} | R Documentation | 
Degree tibble
Description
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.
Usage
dibble(max_degree = 3L)
Arguments
| max_degree | The most distant degree you want to measure (usually between 3-9, default 3). | 
Value
A tibble containing the degree, expected kinship coefficient (k),
lower (l) and upper (u) inference bounds.
Examples
dibble(3)
dibble(10)
[Package skater version 0.1.2 Index]