Bootstrapping issues with SEMinR package

Hi!
I am generating a model for PLS-SEM using SEMinR. I have run several models successfully using the same script before, but suddenly for the last one week it stopped working. I have uninstalled and reinstalled the R and R studio several times, but it not working. I have used rmarkdown to create the script.
boot_model <- bootstrap_model(
seminr_model = simple_pls,
nboot = 1000,
seed = 123)

Could you please help? Thanks

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.