Gootjes
Gootjes
MxModel objects happily let the user navigate to `res$output$maxRelativeOrdinalError` even though `res$output` does not exist yet. This way, `res$output$maxRelativeOrdinalError` can be `NULL` if model estimations failed (badly), leading to an...
https://github.com/cjvanlissa/tidySEM/blob/master/R/syntax-add_paths.R#L121-L127 These lines might be the culprit. The implementation seems to drop the equality constraint? So lavaan sets these two parameters free when auto.fix.first = FALSE, which is correct behavior...
Hi there, I am running gamlj from a normal R session (instead of from jamovi). Since R 4.2, memory allocation in R for Windows has changed. Limits have been removed....
This line contains `head()` without `1` meaning it gets the top 10 classes for an object instead of only the first one... Can you fix it to say head(..., n...