Learn R Programming

Omisc (version 0.1.5)

RK: RK

Description

RK

Usage

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

Value

A dataframe

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?

Examples

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

Run the code above in your browser using DataLab