View source: R/efficiencyModels.R
DDF | R Documentation |
This function predicts the expected output through a DEA model.
DDF(
data,
x,
y,
dataOriginal = data,
xOriginal = x,
yOriginal = y,
FDH = FALSE,
direction.vector
)
data |
|
x |
Vector. Column input indexes in data. |
y |
Vector. Column output indexes in data. |
dataOriginal |
|
xOriginal |
Vector. Column input indexes in original data. |
yOriginal |
Vector. Column output indexes in original data. |
FDH |
Binary decision variables |
direction.vector |
Direction vector. Valid values are: |
matrix
with the the predicted score
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.