Good evening,
I am running two regressions with gllamm, one for each of two control groups, with identical variables. While in one of the two models no matter what the order of the variables is, the results remain the same, as expected, that is not the case with the second one. I tried to find a possible culprit variable by following a stepwise-like process: adding an extra variable each time and re-running the regression in a different variables order. It initially turned out that my (ordered) income variable was causing the trouble, however when I iterated the rerunning process, this time adding income earlier, it was not causing a problem anymore; the problem showed up after I have included a few more variables. I also thought that the relationship between income and another independent variable might be causing the problem, but it seems that no specific variables or combination of variables are to be blamed for. When I run the same models with xtlogit (which does not have the pweight option), the problem does not appear. I dont know if it helps but the regression looks something like that:
gllamm WTP bid x1 ... xn, nolog i(id) link(logit) family(binomial) pw(wght)
Has anyone come across anything like this before? Any idea of where the problem could be coming from?
thanks in advance,
Marios
Related Posts with gllamm - Entering variables in a different order changes the results
Stata 17 Do-File Editor Bookmarks ListStata 17 adds programs automatically to the list of bookmarks. Is there a way to switch this off and…
Creating One Categorical Variable by Combining 12 VariablesHello, I am working on DHS data. I am analyzing the type of facilities used by women for antenatal …
Transparency in graphs not working with scheme-specific colorsHello everyone, I'm trying to produce a histogram in Stata 17 with the following attributes: using …
melogit - multilevel model for longitudinal dyadic dataHi, I'm using the dataset below and I'm looking to highlight potential clusters of kin members in sp…
A collection of Stata dataviz packagesDear all, I am starting this thread to post updates about my various dataviz packages. I also regu…
Subscribe to:
Post Comments (Atom)
0 Response to gllamm - Entering variables in a different order changes the results
Post a Comment