Problem
I was hoping someone could help me fit an unusual data set which includes a large amount of 0's in my dependent variable in R.
Model
My goal is to find which variables (tyre brand (qualitative), tyre variant (qualitative), price (quantitative), etc.) that are most important for our sales compared to visitors (called conversion). I am not looking into any interactions between my variables or anything else fancy. In the future I might be looking to use these variables to predict the conversion of a new tyre.
Data
The frequency numbers of the conversion (in %) is:
Grouped Value Frequency
0.0 - 0.2 6592
0.2 - 0.4 522
0.4 - etc. 395
0.6 288
0.8 189
1.0 133
1.2 90
1.4 66
1.6 54
1.8 27
2.0 16
Most of the 0.0 - 0.2 are 0's, which means no sales.
Notes
I'm an not very strong in statistics, but I thought I could try a Weibull or Exponential distribution. Not sure how to do this in R though. I have already tried a normal and quasipoisson but there are some definite trends in fitted vs the real values.
I am happy to include anything else one might need to help me out.
I would appreciate any help, also simple reminders saying remember to check for [something].