RK | R Documentation |
RK
RK(proband, sibling, Rs, DE = T)
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? |
A dataframe
X<-DFSimulated(100,100,.3,.3) Y<-RK(X[,1],X[,2],X[,3])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.