adea_setup function

Standarize input and output

Standarize input and output

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)

Arguments

  • 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.

Returns

a list with input and output converted