Skip to content
Prev 10643 / 20628 Next

glmm (binomial, logit) with transformed/scaled predictors

Johannes Radinger <johannesradinger at ...> writes:
Actually, this is actually another not-really-about-mixed-models question
(see below).
That's (g)lmer ...
This is a common misconception.  The distribution of the 
predictors _is not relevant_ to the correctness of a linear or
generalized (or LMM or GLMM) model (or additivity of
predictor effects); you might want to transform
the predictors in order to improve the _linearity_ of the model
(on the linear predictor scale, i.e. the logit scale in this case),
but there is _a priori_ nothing wrong with a skewed distribution
of predictors.
If you find it useful to transform your predictors, it will
probably be easier to transform first and then center/scale.
In principle, centering and scaling variables (only) should not
affect the overall fit/log-likelihood of a model, it just eases
interpretation.  So the answer is "it doesn't matter".
I don't think transforming the _predictors_ changes the interpretation
of the _response variable_ ...
Something like that.