Description Usage Arguments Details Value References Examples
Using samples drawn by PBsampler
, computes
(1-alpha)%
confidence interval of each coefficient.
1 2 |
object |
bootstrap samples of class |
alpha |
significance level. |
method |
bias-correction method. Either to be "none" or "debias". |
parallel |
logical. If |
ncores |
integer. The number of cores to use for parallelization. |
If method = "none"
, PB.CI
simply compute
the two-sided (1-alpha)
quantile of the sampled coefficients.
If method = "debias"
, we use
debiased estimator to compute confidence interval.
(1-alpha)%
confidence interval of each coefficients
Zhang, C., Zhang, S. (2014), "Confidence intervals for low dimensional parameters in high dimensional linear models," Journal of the Royal Statistical Society: Series B, 76, 217–242.
Dezeure, R., Buhlmann, P., Meier, L. and Meinshausen, N. (2015), "High-Dimensional Inference: Confidence Intervals, p-values and R-Software hdi," Statistical Science, 30(4), 533-558
1 2 3 4 5 6 7 8 9 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.