I am working with high-dimensional count data, I have first fitted a Poisson regression in which the explanatory variables are log-transformed. I wanted to do the same with the Negative Binomial regression but I get this error:
model_nb<- glm.nb(m~log.transformed.counts, link="identity")
Error: no valid set of coefficients has been found: please supply starting values