Hello, when using bootstrapping to decide SE of estimations, lavaan gives warnings about the numbers of "successfully bootstrap draws."
I have two questions:
1. How does the package define "failed" cases? Only when "a solution has NOT been found," or it also includes cases when "some estimated variances are negative?"
2. What is the minimum acceptable rate of successful cases? like 80%. 90%, or 99%? I really can't find an article talking about this.
In fact, I am trying to customize a function that allows me to resample clusters, instead of observations, with replacements and re-run the model specification with lavaan.
This is because I use cluster argument to get robust SE in the non-bootstrap lavaan model and need to perform bootstrapping in order to test for mediation.
I tried to define the failed cases as signs of Heywood cases such as the appearance of negative variances or std.all higher than 1.
Without filtering these cases, the distribution of the bootstrap results turns out to be very extreme.
I computed the successful rate according to these criteria.
The rate is steadily around 90%.
Thanks for your time and patience.