boot.confint {LorenzRegression} | R Documentation |
Bootstrap confidence intervals
Description
boot.confint
computes bootstrap confidence intervals given an estimation on the original sample and on the bootstrap samples
Usage
boot.confint(x.hat, x.star, alpha, boot.method)
Arguments
x.hat |
estimator on the original sample. |
x.star |
vector gathering the estimation on the bootstrapped sample. |
alpha |
1-level of the confidence interval |
boot.method |
bootstrap method. |
Value
A vector of dimension two with the desired confidence interval
[Package LorenzRegression version 1.0.0 Index]