-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Linear Regression has been implemented on single core.
Exact same output upto 6 decimal places :D .
To test
./build/faster_lmm_d --geno=data/gemma/BXD_geno.txt.gz --pheno=data/gemma/BXD.pheno --covar=data/gemma/BXD_covariates2.txt --anno=data/gemma/BXD_snps.txt --kinship=data/gemma/BXD.cXX.txt --lm=4 --maf=0.1 --cmd=lm
Logistic Regression needs to be implemented. I have ported the code.
@pjotrp : Currently, GEMMA uses code in logistic.cpp for BSLMM-DAP.
I think logistic regression as a GWAS test has not been implemented into GEMMA.
What should I do?