Gamma convergence

Gamma convergence captures the movements of the Member States in the country ranking in different points in time. If countries in the first rank fall behind or catch up over time, convergence occurs. Changes in outcomes have been calculated with the Kendall Index (KI). The index can assume values between 0 and 1, where a low value implies that a high number of changes have occurred over time.

## already set at start
resGamma <- gamma_conv(wkDF2, timeName = timeName, ref = ptime_0, last = ptime_t)
#sigCores
# here repeated in case just this measure is calculated
resDelta <- delta_conv(wkDF2, timeName = timeName)

lastRowAveragesGam <- nrow(resDelta$res)

out_packed_list$gammaSummary <-  list(
  indicatorType= params$indiType,
  startingYear = ptime_0,
  endingYear = ptime_t,
  gammaConv= resGamma$res
)

Gamma summary list:

Note: this measure should be complementary with the analysis of the others measures in order to check if the movements are towards an exemplary model.



federico-m-stefanini/convergEU documentation built on July 30, 2023, 3:22 a.m.