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