bootstrapper {semTests} | R Documentation |
Bootstrap lavaan
objects using the
Description
Bootstrap lavaan
objects using the
Usage
bootstrapper(
m0,
m1 = NULL,
functional = identity,
n_reps = 1000,
bs = TRUE,
skip_warning = FALSE
)
Arguments
m0 , m1 |
Several |
functional |
The functional to calculate. Takes a list of |
n_reps |
Number of bootstrap repetitions. |
bs |
If |
skip_warning |
If |
Value
Bootstrapped objects as calculated by functional
.
[Package semTests version 0.5.0 Index]