Learn R Programming

gskat (version 1.0)

score.RFAM_IC_burden: Burden test based on GEE_SKAT

Description

This function performs burden test based on the GEE_SKAT.

Usage

score.RFAM_IC_burden(y,XC,Z,FID)

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

See Also

geeglm_wrap; gee_wrap

Examples

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

Run the code above in your browser using DataLab