Quantcast
Channel: Active questions tagged r - Stack Overflow
Viewing all articles
Browse latest Browse all 209970

Shared variability between fixed and random effects

$
0
0

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 !


Viewing all articles
Browse latest Browse all 209970

Trending Articles