Percentile Bootstrap Confidence Interval (Wild Bootstrap) - Linear Models Heteroskedasticity
Pboot.Rd
This function calculates confidence intervals for the parameters in heteroskedasticity linear regression models. The intervals are estimated by bootstrap percentile.
Arguments
- model
Any object of class
lm
;- significance
Significance level of the test. By default, the level of significance is
0.05
;- double
If
double = TRUE
will be calculated intervals bootstrap t and double bootstrap t. The default isdouble = FALSE
;- J
Number of replicas of the first bootstrap;
- K
Number of replicas of the second bootstrap;
- distribution
Distribution of the random variable with mean zero and variance one. This random variable multiplies the error estimates in the generation of the samples. The argument
distribution
can be rademacher or normal (standard normal). The default isdistribution = rademacher
.
References
Booth, J.G. and Hall, P. (1994). Monte Carlo approximation and the iterated bootstrap. Biometrika, 81, 331-340.
Cribari-Neto, F.; Lima, M.G. (2009). Heteroskedasticity-consistent interval estimators. Journal of Statistical Computation and Simulation, 79, 787-803;
Wu, C.F.J. (1986). Jackknife, bootstrap and other resampling methods in regression analysis, 14, 1261-1295;
McCullough, B.D; Vinod, H.D. (1998). Implementing the double bootstrap, 12, 79-95.