Learn R Programming

paramlink (version 0.7-0)

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.

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