I have a little problem. I have some indicators that do not load enough on their constructs and I would like to delete them. In the SEMinR package documentation, there doesn't seem any solution to this issue.
Here is the script for one of those constructs :
R_code <- composite("LMX", multi_items("LMX", 1:6))
Items 3 and 5 should be deleted. How do I rewrite the code for multi_items?