I have a very basic question; maybe a bit too basic to find a helpful response googeling it.
I am calcultating multi-level-models using the lmer function using this code:
lmer(H1_rirs, data= df_long_cl, REML = T)
Am I right in assuming that the retrieved coefficients are unstandardized? If yes, is there an easy way to standardize them?
Best,
Carolin