Ryan
2008-08-02 23:45:22 UTC
Hi all,
I posted something similar a while back, and I'm very grateful for the
help I received. I will make my follow-up questions brief...
Here's the code:
proc glimmix data=mydata;
class disease_indic cityID personID;
model box1 = disease_indicator disease_indicator*x1 / s
dist=binary noint;
random intercept / subject=cityID
type=sp(pow)(latitude longitude)
group=region;
random intercept / subject=personID
run;
Participants responded whether they had contracted disease A and/or
disease B. As a result, I'm dealing with a multvariate response. The
city-level covariate varies across diseases (and cities). There are
two random intercepts to account for both forms of covariances.
Question 1: Would asking for the "Odds Ratio" in the model statement
give me the adjusted odds ratio for disease_indicator-----"e.g. the
odds of contracting disease A is two times the odds of contracting
disase B, after adjusting for the effect of x1 on *each* of the
disease rates."
Question 2: Would there ever be a circumstance in which the main
effect of x1 should be included in the model statement or perhaps even
replace the interaction term? My impression, after doing some research
and giving this some thought, would be "no."
Absolutely any thoughts and/or references would be greatly
appreciated!
I posted something similar a while back, and I'm very grateful for the
help I received. I will make my follow-up questions brief...
Here's the code:
proc glimmix data=mydata;
class disease_indic cityID personID;
model box1 = disease_indicator disease_indicator*x1 / s
dist=binary noint;
random intercept / subject=cityID
type=sp(pow)(latitude longitude)
group=region;
random intercept / subject=personID
run;
Participants responded whether they had contracted disease A and/or
disease B. As a result, I'm dealing with a multvariate response. The
city-level covariate varies across diseases (and cities). There are
two random intercepts to account for both forms of covariances.
Question 1: Would asking for the "Odds Ratio" in the model statement
give me the adjusted odds ratio for disease_indicator-----"e.g. the
odds of contracting disease A is two times the odds of contracting
disase B, after adjusting for the effect of x1 on *each* of the
disease rates."
Question 2: Would there ever be a circumstance in which the main
effect of x1 should be included in the model statement or perhaps even
replace the interaction term? My impression, after doing some research
and giving this some thought, would be "no."
Absolutely any thoughts and/or references would be greatly
appreciated!