r2_xu | R Documentation |
Calculates Xu' Omega-squared value, a simple R2 equivalent for linear mixed models.
r2_xu(model)
model |
A linear (mixed) model. |
r2_xu()
is a crude measure for the explained variance from
linear (mixed) effects models, which is originally denoted as
Ω2.
The R2 value.
Xu, R. (2003). Measuring explained variation in linear mixed effects models. Statistics in Medicine, 22(22), 3527–3541. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1002/sim.1572")}
model <- lm(Sepal.Length ~ Petal.Length + Species, data = iris)
r2_xu(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.