Aggregates bootstrap results into a psychonetrics_bootstrap
object
aggregate_bootstraps(sample, bootstraps, remove_problematic = TRUE)
An object of the class psychonetrics_bootstrap
The original psychonetrics
object (not bootstrapped)
A list of bootstrapped psychonetrics
objects (i.e., using bootstrap = TRUE
)
Remove bootstraps that did not converge (sum of absolute gradient > 1)
Sacha Epskamp
After running this function, the helper functions parameters
, fit
, and CIplot
can be used to investigate bootstrap results.