Learn R Programming

Omisc (version 0.1.5)

doubleEnter: DoubleEnter

Description

DoubleEnter

Usage

doubleEnter(proband, sibling, Rs)

Value

A dataframe

Arguments

proband

The proband scores

sibling

The matched sibling scores

Rs

The relatedness coefficients

Examples

Run this code
X<-DFSimulated(10,10,.2,.2)
Y<-doubleEnter(X[,"proband"], X[,"sibling"], X[,"Rs"])

Run the code above in your browser using DataLab