studentized_boots {alphaci} | R Documentation |
Studentized bootstrap estimates using transformers.
Description
Studentized bootstrap estimates using transformers.
Usage
studentized_boots(n_reps, x, type, parallel, transformer, standardized = FALSE)
Arguments
n_reps |
Number of bootstrap repetitions. |
x |
Data to estimate alpha on. |
type |
Type of confidence interval. Either |
parallel |
If |
transformer |
A |
standardized |
If |
Value
Studentized bootstrap estimates.
[Package alphaci version 1.0.1 Index]