Hi everyone,
I am using the plspm package to conduct a Partial Least Squares SEM in R for my path model. I have three questions I would like to seek your advice as follows.
-
How can I specify that I want to run 1000 bootstrap samples? It appears that the default command "boot.val = TRUE" will only run 500 samples.
-
Is there any command that can help me compare the strength of two effects in my path model? For example, let's say I want to know whether IV X1 has a stronger association with DV Y than IV X2, given that X1 and X2 have the same measurement scale.
-
If #2 is not possible, I plan to save the data of all bootstrap samples along with the path coefficients, so that I can manually construct the difference between effects and its bootstrapped confidence intervals to run the comparison. For this approach, is there any command that can allow me to save the data of the bootstrapped samples?
Thank you very much for your help!