Description Usage Format Details Examples
Pedigree file with four covariates and five quantitative traits.
1 |
A data frame with 385 observations on the following 14 variables.
V1Family IDs
V2Subject IDs
V3Father IDs
V4Mother IDs
V5Sex
V6First covariate
V7Second covariate
V8Third covariate
V9Forth covariate
V10Trait 1
V11Trait 2
V12Trait 3
V13Trait 4
V14Trait 5
This data contain 385 subjects (100 families) for which 5 correlated traits are simulated using a mixed model with a global mean alpha = (2,1,3,1,1) and 4 covariates with fixed effects beta = (1, 0.5, 2, 3).
1 2 3 4 5 6 | data(Ped.with.COVs)
c1.COV = 6
c1.traits = 10
rand.seed.lambda = sample(1:1000,1)
PCH4GeneralPed(Ped.with.COVs, c1.COV, c1.traits, rand.seed.lambda)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.