Studentized bootstrap estimates using transformers.
studentized_boots(n_reps, x, type, parallel, transformer, standardized = FALSE)
Studentized bootstrap estimates.
Number of bootstrap repetitions.
Data to estimate alpha on.
Type of confidence interval. Either adf
, elliptical
, or
normal
.
If TRUE
, makes calculations under the assumption of a
parallel model.
A transformer
object.
If TRUE
, calculates the standardized alpha. Calculates
coefficient alpha otherwise.