| aggregate_bootstraps {psychonetrics} | R Documentation |
Aggregate Bootstrapped Models
Description
Aggregates bootstrap results into a psychonetrics_bootstrap object
Usage
aggregate_bootstraps(sample, bootstraps, remove_problematic = TRUE)
Arguments
sample |
The original |
bootstraps |
A list of bootstrapped |
remove_problematic |
Remove bootstraps that did not converge (sum of absolute gradient > 1) |
Details
After running this function, the helper functions parameters, fit, and CIplot can be used to investigate bootstrap results.
Value
An object of the class psychonetrics_bootstrap
Author(s)
Sacha Epskamp
[Package psychonetrics version 0.13 Index]