View source: R/f_convenience_aggregate_bootstraps.R
aggregate_bootstraps | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.