aggregate_bootstraps {psychonetrics} | R Documentation |
Aggregates bootstrap results into a psychonetrics_bootstrap
object
aggregate_bootstraps(sample, bootstraps, remove_problematic = TRUE)
sample |
The original |
bootstraps |
A list of bootstrapped |
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