Learn R Programming

Omisc (version 0.1.2)

doubleEnter: DoubleEnter

Description

DoubleEnter

Usage

doubleEnter(proband, sibling, Rs)

Arguments

proband

The proband scores

sibling

The matched sibling scores

Rs

The relatedness coefficients

Value

A dataframe

Examples

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

Run the code above in your browser using DataLab