Load the complete data set from R package multic

Usage

loadMulticPhen()

Description

The function loads the complete data of 12,000 individuals, which is stored in .phen and .ped files. These two files were generated within R package multic and re-distributed in R package solarius (extdata/solarOutput directory).

Details

Function readPhen is used to read .phen and .ped files.

Examples

dat <- loadMulticPhen() dim(dat)
[1] 1200 10
data(dat30) dim(dat30)
[1] 174 10