I want to run a multivariate glm with the dependent variable being counting data. As my plan is to do a effect size comparison between the different predictors, I first standardized the data by z-transformation [ (X-x̄)/σ ]. By standardizing I created negative values and now the chosen family „poisson(link="log")" won't work any longer. What can I do? Choosing another form of standardization or another family for negative counting data?
Best
Paul