Glance accepts a graph_lme object and returns a
tidyr::tibble() with exactly one row of model summaries.
The summaries are the square root of the estimated variance of the measurement error, residual
degrees of freedom, AIC, BIC, log-likelihood,
the type of latent model used in the fit and the total number of observations.
Value
A tidyr::tibble() with exactly one row and columns:
nobsNumber of observations used.sigmathe square root of the estimated residual variancelogLikThe log-likelihood of the model.AICAkaike's Information Criterion for the model.BICBayesian Information Criterion for the model.devianceDeviance of the model.df.residualResidual degrees of freedom.model.typeType of latent model fitted.
