Learn R Programming

paramlink (version 0.2-1)

Xped: Example pedigree with X-linked disease pattern.

Description

A complex pedigree consistent with an X-linked recessive disease.

Usage

data(Xped)

Arguments

Details

The format is standard LINKAGE (pre-makeped) format, except there is no column for Family ID.

Examples

Run this code
data(Xped)
Xped

# Convert to a \code{linkdat} object and set a recessive X-linked model 
# with default parameters:
x=linkdat(Xped, model=4)
summary(x)

Run the code above in your browser using DataLab