I'm looking for a rare events model where the dependent variable is a discrete index, which means I cannot use the rare events logit model (Gary King). My dependent variable is an index of integers that range from 0 to 15, but the median is 0 and the mean is about 0.25, which implies that getting a value of 1 or more is pretty rare for this dataset.
Any ideas on a model that would be better than simply running an OLS on the indexed dependent variable? And if you could recommend an R package that can get this job done, then all the better!