Closed paradeisios closed 3 months ago
Hi @paradeisios , could you try installing the latest version of BGGM 2.1.3 via CRAN: install.packages(BGGM)
. Also, I'm on R 4.4.1, this probably does not matter but if possible, you may want to upgrade to a newer R version.
Let me know if it still fails -- if so, please add a reproducible example for me to work off from.
I'll close this issue as I can't reproduce it. Feel free to open it again in case the latest package version throws that same error. If it does, please provide sample code that reproduces the error.
I have a dataset that is 127 x 56, constituted by integrer and floats. When I try to run
fit <- estimate(df, type="continuous")
I get the following error
If I scale the data, I get the following error
Session Info: