Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

I have a bootstrap sample of a parameter and I want to calculate the confidence intervals that 'boot.ci' from the R package 'boot' produces: "norm","basic","perc","bca"and "stud; but I do not have an object of class 'boot', I just have the bootstrap sample.

Do you know another package that I could use for this purpose?

Thanks in advance.

share|improve this question
1  
Of course, percentile intervals are easy to obtain. I just wanted to check a general alternative for the others. – Münchhausen Mar 4 '12 at 11:46
@Elvis, thanks. +1 for the open access reference! – Münchhausen Mar 4 '12 at 12:55
You can find example computations in R for "norm", "basic", "perc", and "stud" (but not for bca) in this answer. – caracal Mar 4 '12 at 17:17
@caracal Many thanks. – Münchhausen Mar 5 '12 at 0:05

1 Answer

Have a look on Bootstrap Methods for Standard Errors, Confidence Intervals, and Other Measures of Statistical Accuracy (Efron and Tibshirani). All classical methods for bootstrap confidence intervals are described in details and are easy to implement.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.