RK: RK

View source: R/RK.R

RKR Documentation

RK

Description

RK

Usage

RK(proband, sibling, Rs, DE = T)

Arguments

proband

column name or number of the proband

sibling

column name or number of the siblings

Rs

column name or number of the relatedness coefficients

DE

Should the data be double entered?

Value

A dataframe

Examples

X<-DFSimulated(100,100,.3,.3)
Y<-RK(X[,1],X[,2],X[,3])

Omisc documentation built on Aug. 9, 2022, 5:09 p.m.

Related to RK in Omisc...