r2glmm icon indicating copy to clipboard operation
r2glmm copied to clipboard

An R package for computation of model R squared and semi-partial R squared (with confidence limits) in linear and generalized linear mixed models

Results 4 r2glmm issues
Sort by recently updated
recently updated
newest added

I made a bunch of [small changes](https://github.com/bbolker/r2glmm/commits/master); it's a little bit messy and you might not want all of it. The most important change is that I added some support...

Hello, I am using lme4 to fit a multivariate mixed model, where traits are treated as repeated measures on the same sampling unit, with a structure such as: lmer(y~ Trait:(1...

Jaeger, B.C., Edwards, L.J. and Gurka, M.J., 2019. An R 2 statistic for covariance model selection in the linear mixed model. Journal of Applied Statistics, 46(1), pp.164-184.

cmp_R2 has the signature `cmp_R2(c=C, x=X, SigHat=SigHat, beta=beta, obsperclust = obsperclust, nclusts = nclusts, method = 'sgv')`. I'm trying to apply it to a crossed random effects model fitted with...