-
Hi,
I am receiving the same error as @katymoo on this [chain](https://github.com/whitlock/OutFLANK/issues/8#issue-249675438). I commente on this chain but it hasn't been active since 2017, so I tho…
-
Dear piecewiseSEM developer,
We are trying to run a SEM with your package. Unfortunaley while running our code an error message popped up. We could not figure out how to solve it . We are hoping ve…
-
Currently if I run the `graph_sem()` function without loading the whole package using `library()` (which is needed when used as dependency in another package); we get the following:
```r
> tidySEM…
-
This seems to be an interesting case: A two-factor model with five indicators, which is identified when the covariance between factors are not zero:
``` r
library(lavaan)
#> This is lavaan 0.6-17…
-
I found this because someone reported this as a bug for JASP (https://github.com/jasp-stats/jasp-issues/issues/2740).
For instance, running this code
```r
library(lavaan)
dt
-
**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/dis…
-
> Hm, there were actually quite some bugs in package functions which were not captured by the CI tests? @mattansb Here's an example that seems to have worked in the past (at least, we had a test for i…
-
While installing the RAPIDs on my MacBook M1 2020, at Step 7 which is "Install R packages and virtual environment:" and while executing "snakemake -j1 renv_restore", I am getting below error on the te…
-
I've found that `r2_nakagawa` breaks when used in a purrr::map context.
Here's a simple example where `r2_nakagawa()` is used with `purrr::map`. The same two models are fitted to each species in t…
-
When testing lavaan 0.6-18 with the new syntax parser activated, I found some syntax mistakes in the tests. For example:
https://github.com/sfcheung/semhelpinghands/blob/10e288fd7007e8d18bc6be280fe…