Hi all,
Quick one for you that is not obvious for me. I have a dyadic data set and for the sake of this question I'm using a simple model:
Independant variables include exclusively individual-level characteristics like age groups, sex, ses and a few others. There are also two binary variables to identify roles and the oldest member of each dyad.
The results are interesting but in some way aggregated where coefficients express the effects of both members. What if I wanted to separate the results according to the binary variables like this:
As filtering on this binary variable select one individual from the dyad, I'm not sure if the model will keep the dyad "effect". Let's say I want to compare the results of both members separately, should I run the second model for each? In the affirmative, how to interpret these results compare to the whole model?
I hope this makes sense!
Thanks
Quick one for you that is not obvious for me. I have a dyadic data set and for the sake of this question I'm using a simple model:
Code:
melogit coresidence || dyad:
The results are interesting but in some way aggregated where coefficients express the effects of both members. What if I wanted to separate the results according to the binary variables like this:
Code:
melogit coresidence if oldest==1 || dyad:
I hope this makes sense!
Thanks
Comment