bbolker / mixedmodels-misc

miscellaneous materials for mixed models, mostly in R
140 stars 40 forks source link

minor typo in "Sophisticated solutions" section of glmmFAQ #8

Closed davedgd closed 3 years ago

davedgd commented 3 years ago

Thank you for keeping the GLMM FAQ up-to-date: it's a fantastic resource!

I wanted to point out a small typo in the "Model summaries" section here. Specifically, the issue is here (in bold):

Packages/functions: See performance::r2(), MuMin::r.squaredGLMM(), the r2glmm package, the standalone r2MLM function, stuff in the piecewiseSEM package, psycho::R2_nakagawa, … (try e.g. sos::findFn("Nakagawa Schielzeth") for an up-to-date list …)

This is a minor typo I often make myself -- MuMin should be MuMIn on line 1013:

https://github.com/bbolker/mixedmodels-misc/blob/77a668b9fce17ba9186081775bfc732c2cf80454/glmmFAQ.rmd#L1013