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:
r params$indiType
Change in average:
r ptime_0
, average: r as.numeric(outMed[1,aggregation])
r ptime_t
, average: r as.numeric(outMed[lastRowAverages,aggregation])
r as.numeric(outMed[lastRowAverages,aggregation])-as.numeric(outMed[1,aggregation])
r ptime_0
: reference time r ptime_t
: last time r as.numeric(resGamma$res)
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.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.