Learn R Programming

Omisc (version 0.1.2)

RK: 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

Run this code
# NOT RUN {
X<-DFSimulated(100,100,.3,.3)
Y<-RK(X[,1],X[,2],X[,3])
# }

Run the code above in your browser using DataLab