I have a dataset of roughly 2500 people. One of the variables I have is the number of days people shared different types of content on a social media platform. The most frequent value is 0, with low means and variance about double the mean. The range is also extremely high. I would like to test whether or not a number of variables (mostly nominal and ordinal) have an effect on the number of days people share data. I checked to see if my data fit a poisson distribution but it does not. Can someone please recommend a test I could use for this overdispersed zero-inflated data? Or a transformation?
EDIT: I was actually not looking to build a regression model, but test for significant differences (similar to a t-test). I've tried recoding the shared days into a binary variable (0 days shared and 1 or more days shared) but did not see any differences.
Thanks, Geo