Returns a row of model
summaries from a fitted model object. Glance returns the same number of columns for all models
and estimation methods. If a particular summary is undefined for a model
or estimation method (e.g., likelihood statistics for estimation methods
"sv-wls"
or "sv-cl"
), NA
is returned for that summary.
Usage
# S3 method for spmod
glance(x, ...)
Value
A single-row tibble with columns
n
The sample size.p
The number of fixed effects.npar
The number of estimated covariance parameters.value
The optimized value of the fitting functionAIC
The AIC.AICc
The AICc.logLik
The log-likelihooddeviance
The deviance.pseudo.r.squared
The pseudo r-squared