Description Usage Arguments Value Author(s) Examples
This function performs family based marker set based association (score test) based on the GEE_SKAT.
1 | gskat_score(pedDat,F1=FALSE)
|
pedDat |
Input Family Data: A list including four data matrix: ID, y, X, Z. ID: Pedigree ID matrix, having four columns are the Family ID (FID), Inidvidual ID (IID), Paternal ID (FAT), Maternal ID (MAT), respectively. y: binary phenotype coded as 0, 1 X: covaraite matrix, including the intercept column Z: SNP genotypes coded 0/1/2 (minor allele count). |
F1 |
If TRUE, use identity working corr. matrix |
pval |
Returns p-value |
ifault |
fault indicator from the davies method: 0: no error, 1: requested accuracy could not be obtained, 2: round-off error possibly significant, 3: invalid parameters, 4: unable to locate integration parameters |
Xuefeng Wang
1 |
Loading required package: CompQuadForm
Loading required package: e1071
Loading required package: gee
Loading required package: geepack
Loading required package: Matrix
$pval
[1] 0.01121034
$ifault
[1] 0
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.