score.RFAM_IC_burden: Burden test based on GEE_SKAT

Description Usage Arguments Value Author(s) See Also Examples

Description

This function performs burden test based on the GEE_SKAT.

Usage

1

Arguments

y

binary phenotype coded as 0, 1

XC

covaraite matrix, WITHOUT the intercept column.

Z

SNP genotypes coded 0/1/2 (minor allele count).

FID

Family ID

Value

Returns p-value

Author(s)

Xuefeng Wang

See Also

geeglm_wrap; gee_wrap

Examples

1
2
	Z1=genoC(gdata$Z)
	score.RFAM_IC_burden(y=gdata$y,XC=gdata$X[,-1],Z=Z1,FID=gdata$ID[,1])

xfwang/gskat documentation built on May 4, 2019, 1:05 p.m.