Hi, I’m using PLINK 2.0 for the association study.
The disease phenotype I want to study is a binary variable. And I have 27 covariates (clinical feature), some of which are continuous, and the others are binary. When I did the association study (w/ ‘--glm’ option), I didn’t add the ‘--hide-covar’ option, so there are SNP associations with every 27 covariate in the result file.
I have three questions about the analysis.
Is an association between a covariate and an SNP calculated by taking the remaining 26 covariates (plus phenotype) into account?
Because the phenotype is binary, PLINK did the logistic regression. However, is the SNP association with every continuous covariate automatically calculated by the linear regression?
Even though I got the result file, the final column ‘ERRCODE’ says that all the results are ‘UNFINISHED.’ As the PLINK 2.0 manual page says, the error code pops up when the result didn’t satisfy the usual convergence criteria when the iteration limit was hit.