geese
function from package geepack
.
geepack.quant.batch.imputed(phenfile,genfile,pedfile,phen,
covars=NULL,outfile,col.names=T,sep.ped=",",sep.phe=",",sep.gen=",")
phenfile
phenfile
outfile
.beta
beta
not equal to zerogeepack.quant.batch
function but here the SNP data contains imputed genotypes (allele dosages)
that are continuous and range from 0 to 2. In addition, the user specified genetic model argument is not available.
Zeger, S.L. and Liang, K.Y. (1986) Longitudinal data analysis for discrete and continuous outcomes. Biometrics, 42 121--130.
Yan, J and Fine, J. (2004) Estimating equations for association structures. Stat Med, 23 859--874.
## Not run:
# geepack.quant.batch.imputed(phenfile="simphen.csv",genfile="simgen.csv",
# pedfile="simped.csv",phen="SIMQT",outfile="simout.csv",col.names=T,covars="sex",
# sep.ped=",",sep.phe=",",sep.gen=",")
# ## End(Not run)
Run the code above in your browser using DataLab