glance.ackwards: Glance at an ackwards object

View source: R/tidy.R

glance.ackwardsR Documentation

Glance at an ackwards object

Description

Returns a one-row data frame of top-level model metadata. For EFA and ESEM objects, fit indices at the deepest converged level are included. The same five columns (CFI, TLI, RMSEA, SRMR, BIC) are present across all engines; columns unavailable for a given engine or estimator are NA (e.g., CFI and SRMR are NA for EFA; all five are NA for PCA; for ESEM, BIC is NA under estimator = "WLSMV"/"ULSMV" – these limited-information estimators have no proper log-likelihood – and populated under "ML"/"MLR"). Under a scaled-test estimator ("WLSMV"/"ULSMV"/"MLR") the CFI/TLI/RMSEA reported here are the scaled variants (see tidy.ackwards() for the rationale).

Usage

## S3 method for class 'ackwards'
glance(x, ...)

Arguments

x

An ackwards object.

...

Ignored.

Value

A one-row data.frame.

See Also

tidy.ackwards(), print.ackwards()

Examples

x <- ackwards(sim16, k_max = 5)
glance(x)


ackwards documentation built on July 25, 2026, 1:08 a.m.