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
nThe sample size.pThe number of fixed effects.nparThe number of estimated covariance parameters.valueThe optimized value of the fitting functionAICThe AIC.AICcThe AICc.logLikThe log-likelihooddevianceThe deviance.pseudo.r.squaredThe pseudo r-squared