glance.CR2 {CR2} | R Documentation |
Glance at goodness-of-fit statistics
Description
Helper function used to obtain supporting fit statistics for multilevel models. The R2s are computed using the performance
package.
Usage
## S3 method for class 'CR2'
glance(x, ...)
Arguments
x |
A |
... |
Unused, included for generic consistency only. |
Value
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) |
[Package CR2 version 0.2.1 Index]