Learn R Programming

psychonetrics (version 0.13)

aggregate_bootstraps: Aggregate Bootstrapped Models

Description

Aggregates bootstrap results into a psychonetrics_bootstrap object

Usage

aggregate_bootstraps(sample, bootstraps, remove_problematic = TRUE)

Value

An object of the class psychonetrics_bootstrap

Arguments

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)

Author

Sacha Epskamp

Details

After running this function, the helper functions parameters, fit, and CIplot can be used to investigate bootstrap results.