Riksrevisjonen / pioneeR

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

`compute_dea()` and `bootstrap_dea()` should accept `NULL` for `id` argument #101

Closed ohjakobsen closed 5 months ago

ohjakobsen commented 5 months ago

Both compute_dea() and bootstrap_dea() should accept NULL as the value given to the id argument. While the user will have a column in their data for ID/DMU, there might be cases where this information is not available. In such instances, the ID should simply be calculated by assigning a row number.

Aeilert commented 5 months ago

Solved with #103.