Hi,
Does anyone know how to do analysis of Joint Risk Genotype Interaction?
I did case-control study analyzing the effect of polymorphism (HTRA and ARMS) on AMD disease. I have excluded all missing data in analysis.
I used these codes:
. logistic Outcome i.HTRA##i.ARMS
HTRA: 1=GG 2=GA 3=AA
ARMS: 1=GG 2=GT 3=TT
AMD (Outcome): 1=disease 0=no disease
It resulted :
note: 2.HTRA#1.ARMS != 0 predicts failure perfectly
2.HTRA#1.ARMS dropped and 1 obs not used
note: 3.HTRA#1.ARMS != 0 predicts failure perfectly
3.HTRA#1.ARMS dropped and 3 obs not used
note: 2.HTRA#3.ARMS omitted because of collinearity
note: 3.HTRA#3.ARMS omitted because of collinearity
My expectation is that I can get the OR for
HTRA GG vs ARMS GG = reference
HTRA GG vs ARMS GT
HTRA GG vs ARMS TT
HTRA GA vs ARMS GG
HTRA GA vs ARMS GT
HTRA GA vs ARMS TT
HTRA AA vs ARMS GG
HTRA AA vs ARMS GT
HTRA AA vs ARMS TT
I don't know why I can't get OR for all 9 possibilities.
Array
Related Posts with Joint Risk Genotype Interaction
Keeping Last ObservationHi all, Complete newbie here. I've been trying to figure out the following without success. My set …
Examples in did2s stata help commandI did a search in Stata, in the help stata command on 'did2s' and try to run their first example (se…
How to label data by keywords using shortcuts?I am trying to label names to ethics in my dataset A, so far I've collected all the names in my data…
General Question about standard error clustering levelHello everyone, My question is not necessarily related to Stata codes but is broadly related to sta…
How do I calculate time duration from date in rows?Hi all, I have an example dataset below. I am trying to calculate the duration between the start "d…
Subscribe to:
Post Comments (Atom)
0 Response to Joint Risk Genotype Interaction
Post a Comment