Riksrevisjonen / pioneeR

R package for running a Shiny app for DEA analysis
https://riksrevisjonen.github.io/pioneeR/
8 stars 2 forks source link

Bootstrap will fail if the LP program is not able to solve all units #54

Closed ohjakobsen closed 10 months ago

ohjakobsen commented 11 months ago

For a given data set where the LP program is not able to solve the optimum value for each unit, the bootstrap function will fail with an error message in the quantile-function when the confidence intervals are constructed. This is due to missing values in the bootstrapped efficiency scores. We need to add checks and validations to the bootstrap function so that missing values are catched and handled, and the user is informed.

Aeilert commented 11 months ago

Yep. This seems like the error I saw in #49.