loadMulticPhen()
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).
Function readPhen
is used to read .phen and .ped files.
dat <- loadMulticPhen() dim(dat)[1] 1200 10data(dat30) dim(dat30)[1] 174 10