Description Usage Arguments Examples
View source: R/expected_kinship.R
This function calculates the expected kinship value based on maternal, paternal, and combined pedigrees
1 2 3 4 5 6 7 | expected_kinship(
id = "id",
mother_id = "mother_id",
father_id = "father_id",
sex = "sex",
data
)
|
id |
character string specifying column of individuals ids |
mother_id |
character string specifying column of mother ids |
father_id |
character string specifying column of father ids |
sex |
character string specifying column of individuals sexes |
data |
dataframe |
1 | mat2dat()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.