.bt.results {fastqrs} | R Documentation |
bt.results
Description
Collects the bootstrap results and yields the bootstrapped mean, standard error, and confidence intervals
Usage
.bt.results(x, alpha)
Arguments
x |
= Vector with the bootstrap repetitions of an estimator |
alpha |
= Set of significance levels to be returned |
Value
m = Bootstrapped mean
se = Bootstrapped standard error
ub = Upper bound of the bootstrapped confidence interval
lb = Lower bound of the bootstrapped confidence interval
[Package fastqrs version 1.0.0 Index]