Performing Logistic Regression On Plink
1
0
Entering edit mode
10.2 years ago

Using plink, I have been asked to perform logistic regression, calculating 95% confidence intervals, using covariate and identify the value for lambda. The covariate is supplied as a .txt file.

I have read some papers, mainly "Basic statistical analysis in genetic case-control studies” (Clarke et al. 2011, Nature Protocols 6: 121-33),but I am not sure which input to follow.

Thanks

plink • 4.4k views
ADD COMMENT
1
Entering edit mode

Is plink manual --logistic not helpful?

ADD REPLY
0
Entering edit mode

How will this help me identify the value for lambda?

ADD REPLY
1
Entering edit mode
10.2 years ago
zx8754 11k

In the cited paper, they mention an inflation factor λ, if this is what you after then use --adjust together with --logistic option and it will create a log file with lambda value. Then this value can be used with output modifiers command --lambda.

Note: Add --ci 0.95 option to get 95% confidence intervals.

ADD COMMENT

Login before adding your answer.

Traffic: 2010 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6