expected_kinship: Expected Kinship

Description Usage Arguments Examples

View source: R/expected_kinship.R

Description

This function calculates the expected kinship value based on maternal, paternal, and combined pedigrees

Usage

1
2
3
4
5
6
7
expected_kinship(
  id = "id",
  mother_id = "mother_id",
  father_id = "father_id",
  sex = "sex",
  data
)

Arguments

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

Examples

1

vjf2/SocGen documentation built on April 24, 2021, 10:59 a.m.