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