rDEA
rDEA copied to clipboard
Allow factor inputs for dea.env.robust
For supporting factor inputs for Z in "dea.env.robust.R" we need to
- remove check of
Z
being matrix - drop using
Z1
and instead usemodel.matrix
(or some predict/fit function in R)