You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lavResiduals(summary=TRUE) provides a test of close fit, using a default H0 value of < .05 without a way to change it. This value is set by lavaan:::lav_residuals_summary(unbiased.test.val = .05), which I would like to add as a lavResiduals(close.h0=) argument that can be passed internally, similar to the lavaan:::lav_fit_rmsea_lavobject(close.h0=) argument passed via fitMeasures(fm.args=).
The text was updated successfully, but these errors were encountered:
lavResiduals(summary=TRUE)
provides a test of close fit, using a default H0 value of < .05 without a way to change it. This value is set bylavaan:::lav_residuals_summary(unbiased.test.val = .05)
, which I would like to add as alavResiduals(close.h0=)
argument that can be passed internally, similar to thelavaan:::lav_fit_rmsea_lavobject(close.h0=)
argument passed viafitMeasures(fm.args=)
.The text was updated successfully, but these errors were encountered: