sem-in-r / seminr

Natural feeling domain-specific language for building structural equation models in R for estimation by covariance-based methods (like LISREL/Lavaan) or partial least squares (like SmartPLS)
58 stars 19 forks source link

Bootstrapping in SeminR is not working #350

Open Kam099 opened 1 month ago

Kam099 commented 1 month ago

I have successfully used the SeminR package to run a script and develop a model. Now, I am having bootstrapping issues when I run the same script. The code keeps running with the output ' Bootstrapping model using seminr....' I am using the following: boot_model <- bootstrap_model( seminr_model = simple_pls, nboot = 1000, seed = 123) I am using Markdown, R 4.3.3, RStudio 2024.04.1+748 "Chocolate Cosmos" Release (3ada7c6ddc8fcdb86a727a4f0ae467b9d9a7296c, 2024-05-07) for windows Could anyone help, please? Thanks.