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.
Both
compute_dea()
andbootstrap_dea()
should acceptNULL
as the value given to theid
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.