I want to perform an analysis using Poisson/negative binomial regression. There are 90 observations and about 20 variables(predictors). I read somewhere that there should be at least 10 observations per variable. So to prevent overfitting, I have to remove some of them. What is the best way to do this? I tried "Boruta feature selection" and "stepwise AIC" but I'm not sure about the results.

Thanks!

Similar questions and discussions