fitness_method: Fitness Method
Description
Fitness Method
Usage
fitness_method(balassa_index, iterations, extremality)
Arguments
- balassa_index
(Type: dgCMatrix) the output from
balassa_index()
) or an equivalent arrangement.
- iterations
(Type: numeric) the number of iterations to use.
By default this is set to 20
.
- extremality
(Type: numeric) the parameter to use in the fitness
method. The other methods don't use this parameter.
By default this is set to 1
.