Hi all,
I have a dataset that contains counts of preventable ED visits (outcome variable), with over dispersion and skewed to right, making this appropriate for a negative binomial regression, except that I have 18% of the dataset (85 visits) that are 0 counts, and 18% of the dataset (87 visits) with count of 1.
I attempted zero inflated nbreg but the models do not converge.
I compared participants with counts 0 and 1, and do not find them significantly different from each other.
My question regarding the next best alternative to zero inflated nbreg is which of the following would you recommend:
a) conduct nbreg with the outcome variable as it is (with 18% zeros)
b) or, conduct nbreg with the outcome variable transformed by adding +1 to the counts to turn the zeros into 1.
Please advise!
Thanks
I have a dataset that contains counts of preventable ED visits (outcome variable), with over dispersion and skewed to right, making this appropriate for a negative binomial regression, except that I have 18% of the dataset (85 visits) that are 0 counts, and 18% of the dataset (87 visits) with count of 1.
I attempted zero inflated nbreg but the models do not converge.
I compared participants with counts 0 and 1, and do not find them significantly different from each other.
My question regarding the next best alternative to zero inflated nbreg is which of the following would you recommend:
a) conduct nbreg with the outcome variable as it is (with 18% zeros)
b) or, conduct nbreg with the outcome variable transformed by adding +1 to the counts to turn the zeros into 1.
Please advise!
Thanks
Comment