Skip to contents

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.

Usage

rank_gof(gof_tbl, weights = NULL, type = "rank")

Arguments

gof_tbl

Table with goodness-of-fit values, where each column provides the values for all runs 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.

Value

A rank table for all goodness-of-fit columns and a total rank.