Gootjes
Gootjes
As the documentation of `xml_add_child` suggests, setting `.copy = FALSE` moves the element to its new location. However, it does not remove the node from its original location, leaving a...
Steps to reproduce: 1. Open up jamovi 1.2.17 on Windows 10 (issue occurred at least in 1903 and 1909). 2. Put the laptop to sleep. 3. Wake the laptop up....
In R and in jamovi, if you run `jmv::efa` twice, you will get different results each time. It depends on the "stability" of the correlation matrix I suppose. I think...
This issue also happens in Jamovi itself if you transform a variable to be the inverse. ``` r set.seed(12345) Y DESCRIPTIVES #> #> Descriptives #> ----------------------------------- #> Y Yinv #>...
**Before submitting the issue** - Check whether a bug report is the right format for your issue. For questions about using the `mice` package, see [Discussions](https://github.com/amices/mice/discussions). For theoretical background about...
**Before submitting the issue** - [X] Check whether a bug report is the right format for your issue. For questions about using the `mice` package, see [Discussions](https://github.com/amices/mice/discussions). For theoretical background...
**Issue** When using this package, I have to attach (`library()`) the `MASS` package (which contains the right `ginv` function presumably) in order to be able to run `poLCA`. **Solution** Add...
This PR is a Proof of Concept. I would like to receive feedback on how to better integrate this with the tidySEM framework. EDIT: finished
Hi, does mx_mixture support multigroup latent profile analysis (mplus KNOWNCLASS)
Hi, I am running into an issue while running a latent growth mixture model (2 classes, and four slopes: linear, quadratic, ...). Using `mx_growth_mixture`, with `run = FALSE`, and then...