Learn R Programming

skater (version 0.1.2)

dibble: 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)

Value

A tibble containing the degree, expected kinship coefficient (k), lower (l) and upper (u) inference bounds.

Arguments

max_degree

The most distant degree you want to measure (usually between 3-9, default 3).

Examples

Run this code
dibble(3)
dibble(10)

Run the code above in your browser using DataLab