| A2SM | A2SM: Convert a matrix A to sparse matrix object ASM |
| cbindSM | cbindSM: "column bind" two sparse matrices |
| CST11 | Cooper,Seiford,Tone 2006 One Input One Output Example Data |
| CST12 | Cooper,Seiford,Tone 2006 One Input Two Output Example Data Table 1.4 |
| CST21 | Cooper,Seiford,Tone 2006 Two Input One Output Example Table 1.3 |
| CST22 | Cooper,Seiford,Tone 2006 Two Input Two Output Example Data Table 1.5 |
| DEAbuild | DEAbuild: Builds DDEA LP object for use in qDEA_solve function |
| iter_delete | iter_delete: Function used for 'peeling' that supplements or supplants qDEA 'slicing' procedure. Intended to be called from qDEA function |
| lagMat | lagMat: Create a matrix of lags |
| LPSOLVER | LPSOLVER Function to call specified solver to sparse LP problem |
| LP_highs | LP_highs Function to solve sparse LP problem using highs package |
| merge_lists | merge_lists: Merges two list objects. This function appends any objects in list2 and not in list 1 to list1 with priority given to list 1 components. |
| my_lag | my_lag: Lag a vector of values |
| my_seconds | my_seconds: Function to pull seconds from proc.time function |
| nCm_mpick | nCM_mpick: Select subsample size m from mlist !!!!Intended to be called from qDEA function!!!! |
| qDEA | qDEA: Calling function for set of DEA and qDEA processes |
| qDEAbuild | qDEAbuild: Builds qDEA LP object for use in qDEA_solve function |
| qDEA_mlist | qDEA_mlist: Obtain subsample qDEA results for a set (vector) of subsample sizes !!!Intended to be called from qDEA function!!!! |
| qDEA_solve | qDEA_solve: Sets up LP objects and solves DDEA dual DEA and qDEA using highs !!!! Intended to be called from qDEA function.!!!! Note: ndmu=number of dmus in reference set, ndmu0 = number dmus to process. |
| rbindSM | rbindSM: "row bind" two sparse matrices |
| SM2A | SM2A: Convert a sparse matrix object ASM into a matrix A |
| SM2SM | SM2SM: Convert a sparse matrix object ASM into a different sparse matrix form. |
| sort_list | sort_list: Sorts objects in list by object name |
| Write.LP | Write.LP |