I need to determine shared variability between fixed and random effects in a mixed model in R:
MODEL <- lmer(LNC ~ Soil.VAR + (1 | ZONE)
r.squaredGLMM(MOD) # calculates the marginal R2 + conditional R2, but I am interested in shared variability.
Thanks !