My data is the confidence of 3 groups of clinicians in assessing a medical emergency and their response was measured on a 100 mm VAS scale. Thus the data is bounded on 0~100, there is an excess of 0s (41%), and the other scores have low frequencies.
I am uncertain on the correct approach for the analysis of this data. I considered zero-inflated poisson but am concerned that the data may not be considered count data.
Would the new Zero-inflated ordered logit regression, ziologit, be appropriate, or are there any other methods that could be recommended.
Thank you.
Janet
Code:
* Example generated by -dataex-. For more info, type help dataex clear input long group byte(cmoe _freq) 1 0 5 1 6 3 1 9 1 1 11 1 1 12 1 1 14 1 1 18 1 1 24 1 1 26 2 1 27 1 1 34 1 1 73 1 2 0 12 2 5 3 2 10 1 2 17 1 2 18 1 2 20 2 2 25 1 2 30 1 2 31 1 2 32 1 2 38 1 2 40 1 3 0 12 3 8 1 3 9 1 3 14 1 3 18 1 3 19 1 3 22 1 3 23 2 3 24 1 3 29 1 3 32 1 3 34 1 3 44 1 3 62 1 end label values group group label def group 1 "A", modify label def group 2 "B", modify label def group 3 "C", modify
Would the new Zero-inflated ordered logit regression, ziologit, be appropriate, or are there any other methods that could be recommended.
Thank you.
Janet
Comment