glance.CR2 | R Documentation |
Helper function used to obtain supporting fit statistics for multilevel models. The R2s are computed using the performance
package.
## S3 method for class 'CR2'
glance(x, ...)
x |
A |
... |
Unused, included for generic consistency only. |
glance
returns one row with the columns:
nobs |
the number of observations |
sigma |
the square root of the estimated residual variance |
logLik |
the data's log-likelihood under the model |
AIC |
Akaike Information Criterion |
BIC |
Bayesian Information Criterion |
r2.marginal |
marginal R2 based on fixed effects only using method of Nakagawa and Schielzeth (2013) |
r2.conditional |
conditional R2 based on fixed and random effects using method of Nakagawa and Schielzeth (2013) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.