adea_setup | R Documentation |
Input and outputs are converted, if require, into a matrix. The names of the columns and rows are also set in both. When input and output arguments do not provide names, standard ones are given. This functions does not check the arguments, so call the adea_check function first if necessary.
adea_setup(input, output, ux = NULL, vy = NULL)
input |
A matrix or a data frame containing the inputs of the units to be evaluated, with one row for each DMU and one column for each input. |
output |
A matrix or a data frame containing the outputs of the units to be evaluated, with one row for each DMU and one column for each output. |
a list with input and output converted
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.