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 want to perform bootstrapping for calculation of efficiency score from data envelopment analysis (DEA) using R.

  • Are there any examples of data and results for this type of analysis in R to enable me to check my results?
  • Are there any online or other resources that might assist my task?
share|improve this question
@user4472, please provide some context and more details, otherwise the question will be closed. Also see faq on how to ask questions. – mpiktas May 5 '11 at 6:01
@mpiktas I asked @user4472 to post their question on this site after I received an email from them. @user4472 I've endeavoured to convert your question into something more reasonable, feel free to edit, if I have misconstrued. – Jeromy Anglim May 5 '11 at 8:04
@Jeromy Anglim, thanks for explanation, I've upvoted the question. – mpiktas May 5 '11 at 8:38

1 Answer

Although this question was asked long time ago I am going to give an answer for following googlers.

The book

Peter Bogetoft and Lars Otto, (2011). Benchmarking with DEA, SFA, and R, Springer.

provides detailed answers to your question. Read Chapter 6 "Statistical Analysis in DEA".

They implemented the described method in the CRAN Package Benchmarking in the dea.boot() function.

I hope it helps! Daniel

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.