I am working with a negative binomial regression. The data frame contains 38 predictors and 48 records. After variable selection I used only 8 variables. Finally, I got some good results.
Here is the plot of modeled versus actual data (red: Test-sample and black Train):
Now I want to go a step further: I want that all my estimated predictor coefficients (fitted by the NBGLM) stay non negative (In my model there is one variable with negative coefficient but for practical use I don't want this case).
Is there a version of the NBGLM where I can introduce thresholds for the parameter estimates?