tidymodels / broom

Convert statistical analysis objects from R into tidy format
https://broom.tidymodels.org
Other
1.46k stars 304 forks source link

test failure re: `tidy.lavaan()` #1217

Closed simonpcouch closed 2 months ago

simonpcouch commented 2 months ago
── Failure ('test-lavaan.R:32:3'): tidy.lavaan ─────────────────────────────────
ncol(data) not equal to `expected_cols`.
1/1 mismatches
[1] 10 - 11 == -1
Backtrace:
    ▆
 1. └─modeltests::check_dims(td2, 19, 11) at test-lavaan.R:32:3
 2.   └─testthat::expect_equal(ncol(data), expected_cols)
simonpcouch commented 2 months ago

Due to the std.nox column not being present with the most recent release—see https://lavaan.ugent.be/history/dot6.html#version-0.6-18.

simonpcouch commented 2 months ago

If one requests them specifically with ` lavaan::parameterEstimates(..., standardized = c("std.lv","std.all","std.nox")):

lavaan NOTE:  
   `std.nox' unavailable without fixed exogenous predictors
github-actions[bot] commented 1 month ago

This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.