rank_gof()
ranks each column of a goodness-of-fit table either by absolute
ranks or normalized GOF values and calculates a total rank for each line.
Arguments
- gof_tbl
Table with goodness-of-fit values, where each column provides the values for all
run
s of one GOF index- weights
(optional) weights vector to apply different weights to the goodness-of-fit indices for the calculation of the total rank.
- type
Either
'rank'
to calculate absolute ranks or'norm'
to use normalized values of the indices.