Dear StataList users,
I am dealing with a survey data, where individual respondents ranked 20 alternatives by assigning scores 1, 2, 3, 4, or 5, with 1 being the most preferable and 5 being the least preferable. Since the number of alternatives is greater than the number of ranks (1-5), we have an incomplete or partial ordering, in which subsets of alternatives S1, S2, ... , S5 partition the full set of alternatives: S1 contains the most preferred ones, S2 contains the set of next most preferred, and so on. And within these subsets, the alternatives are not ranked, so we can think of them as being "tied" for the rank.
The rank-ordered logistic regression routine as implemented in Stata can deal with ties and seemed initially as a good place to start. However, in the manual for rologit (http://www.stata.com/manuals13/rrologit.pdf), section on Incomplete Rankings and Ties, it is stated that "[an] example of incompleteness that cannot be analyzed with rologit is data in which respondents select the three alternatives they like best but are not requested to express their preferences among the three selected alternatives."
Does this mean that rologit can deal with ties at lower ranks but at the highest rank there has to be a unique alternative? In terms of the above notation, the subset S1 has to contain a single element?
If this is the case, then, I guess, rologit cannot be used without modifications, since about 80% of respondents have indicated more than one alternative in the most preferred subset S1. Would you have any suggestions for modifications of either the routine or dataset that enable me to proceed?
Thank you for your time,
oleg
I am dealing with a survey data, where individual respondents ranked 20 alternatives by assigning scores 1, 2, 3, 4, or 5, with 1 being the most preferable and 5 being the least preferable. Since the number of alternatives is greater than the number of ranks (1-5), we have an incomplete or partial ordering, in which subsets of alternatives S1, S2, ... , S5 partition the full set of alternatives: S1 contains the most preferred ones, S2 contains the set of next most preferred, and so on. And within these subsets, the alternatives are not ranked, so we can think of them as being "tied" for the rank.
The rank-ordered logistic regression routine as implemented in Stata can deal with ties and seemed initially as a good place to start. However, in the manual for rologit (http://www.stata.com/manuals13/rrologit.pdf), section on Incomplete Rankings and Ties, it is stated that "[an] example of incompleteness that cannot be analyzed with rologit is data in which respondents select the three alternatives they like best but are not requested to express their preferences among the three selected alternatives."
Does this mean that rologit can deal with ties at lower ranks but at the highest rank there has to be a unique alternative? In terms of the above notation, the subset S1 has to contain a single element?
If this is the case, then, I guess, rologit cannot be used without modifications, since about 80% of respondents have indicated more than one alternative in the most preferred subset S1. Would you have any suggestions for modifications of either the routine or dataset that enable me to proceed?
Thank you for your time,
oleg
Comment