Hi folks,
I am trying to determine the best way to incorporate survey weights into a logistic regression model. I had posted a similar question on Cross Validated a few weeks ago (http://go.uth.edu/mlmw). I'd like to restate my earlier question and see if anyone here has thoughts on the matter.
I am analyzing data from a household travel survey. There are three levels here: household, person and trip. After a household is selected, all persons in a household are asked to complete a travel diary, in which they record all trips taken over a 24 hour period. Survey weights are provided at all three levels. My dependent variable is at the trip level, while my independent variables come from the household, person and trip levels.
There are several issues that I am having a hard time with. The first is that the trip weight is in fact just the person weight (which itself is a product of the household weight and a person-level raking weight), multiplied by a "trip correction factor", which is basically a numerical value to correct for potential under- or over-reporting of trips. My concern is that if I just ran a -logit- model with the final trip weight, I would not be accounting for the clustering of multiple trips within each person. With the way the trip weight is constructed, is this true? Since my dependent variable is travel mode choice (e.g. walk, bike, drive) of each trip, you would expect it to be highly correlated across trips within person, and failure to account for this would be problematic. I have also looked into doing a weighted, multilevel model, with the thought that I could account for the clustering of trips that way, but discovered that Stata does not allow weights in -melogit- like it does with -mixed-.I have also tried doing an unweighted three-level model using -melogit-, but the model never converged (which would seem to indicate a weighted version would not converge as well, even if it were possible).
So given the above, is there a way to incorporate both the weights and the clustering of trips within person?
Thanks,
Casey
I am trying to determine the best way to incorporate survey weights into a logistic regression model. I had posted a similar question on Cross Validated a few weeks ago (http://go.uth.edu/mlmw). I'd like to restate my earlier question and see if anyone here has thoughts on the matter.
I am analyzing data from a household travel survey. There are three levels here: household, person and trip. After a household is selected, all persons in a household are asked to complete a travel diary, in which they record all trips taken over a 24 hour period. Survey weights are provided at all three levels. My dependent variable is at the trip level, while my independent variables come from the household, person and trip levels.
There are several issues that I am having a hard time with. The first is that the trip weight is in fact just the person weight (which itself is a product of the household weight and a person-level raking weight), multiplied by a "trip correction factor", which is basically a numerical value to correct for potential under- or over-reporting of trips. My concern is that if I just ran a -logit- model with the final trip weight, I would not be accounting for the clustering of multiple trips within each person. With the way the trip weight is constructed, is this true? Since my dependent variable is travel mode choice (e.g. walk, bike, drive) of each trip, you would expect it to be highly correlated across trips within person, and failure to account for this would be problematic. I have also looked into doing a weighted, multilevel model, with the thought that I could account for the clustering of trips that way, but discovered that Stata does not allow weights in -melogit- like it does with -mixed-.I have also tried doing an unweighted three-level model using -melogit-, but the model never converged (which would seem to indicate a weighted version would not converge as well, even if it were possible).
So given the above, is there a way to incorporate both the weights and the clustering of trips within person?
Thanks,
Casey
Comment