PartitionData | R Documentation |
Partition y and X according to the missingness pattern of g.
PartitionData(e, g, X)
e |
Numeric residual vector. |
g |
Genotype vector. |
X |
Model matrix of covariates. |
List containing:
"g_obs", observed genotype vector.
"X_obs", covariates for subjects with observed genotypes.
"X_mis", covariates for subjects with missing genotypes.
"e_obs", residuals for subjects with observed genotypes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.