geepack.lgst.imputed
function where the
geese
function from package geepack
is used.
geepack.lgst.batch.imputed(genfile, phenfile, pedfile, outfile, phen,
covars = NULL, col.names = T, sep.ped = ",", sep.phe = ",", sep.gen = ",")
phenfile
phenfile
outfile
.beta
geepack.lgst.batch
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.
## Not run:
# geepack.lgst.batch.imputed(phenfile="simphen.csv",genfile="simgen.csv",
# pedfile="simped.csv",phen="aff",covars="sex",outfile="simout.csv",col.names=T,
# sep.ped=",",sep.phe=",",sep.gen=",")
# ## End(Not run)
Run the code above in your browser using DataLab