RK {Omisc} | R 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])
[Package Omisc version 0.1.5 Index]