Chris,
You're correct. It seems PLINK1.0 reports p values for all analyses. PLINK1.9 will only report those that converge, which may help with the increased speed. But when I run the
--covar-name age,sex --logistic flags in PLINK1.9, I'd get similar results like PLINK1.0, except for the variable that doesn't converge well (sex).
PLINK v1.90b2i 64-bit (8 Sep 2014)
15 arguments: --bfile snps --ci 0.95 --covar covarM.txt --covar-name age,sex --logistic --out cov_ageSex --pheno phenotest.txt --pheno-name 603
CHR SNP BP A1 TEST NMISS OR SE L95 U95 STAT P
2 exm175686 21231278 A ADD 7671 1.489 1.024 0.2002 11.08 0.389 0.6973
2 exm175686 21231278 A age 7671 1.027 0.008788 1.01 1.045 3.038 0.002385
2 exm175686 21231278 A sex 7671 5.974e-06 23.37 7.657e-26 4.661e+14 -0.5147 0.6068
2 exm175929 21238413 G ADD 7671 0.4778 0.9966 0.06775 3.369 -0.7412 0.4586
2 exm175929 21238413 G age 7671 1.027 0.008786 1.009 1.045 3.025 0.002486
2 exm175929 21238413 G sex 7671 6.737e-06 21.56 3e-24 1.513e+13 -0.5523 0.5807
I understand about non-convergence in the data leading to insignificant p values for snp-phenotype associations. But covariate-phenotype associations are informative as well. But I do appreciate the speed in PLINK1.9. Can you comment whether running the --covar-name age,sex --logistic flags is ok with all chromosomes except the X-chrom? From your FAQ list, X-chrom associations use sex from ped/fam files. Should we run x-chrom in PLINK1.0 if we want all results to be in the output?
Thanks so much for your time and advice.