Helper function used to obtain supporting fit statistics for multilevel models. The R2s are computed using the `performance` package.
# S3 method for CR2
glance(x, ...)
glance
returns one row with the columns:
the number of observations
the square root of the estimated residual variance
the data's log-likelihood under the model
Akaike Information Criterion
Bayesian Information Criterion
marginal R2 based on fixed effects only using method of Nakagawa and Schielzeth (2013)
conditional R2 based on fixed and random effects using method of Nakagawa and Schielzeth (2013)
A `CR2` object.
Unused, included for generic consistency only.