Next Article in Journal
Social Prestige of the Paramedic Profession
Next Article in Special Issue
Infodemic and Fake News in Spain during the COVID-19 Pandemic
Previous Article in Journal
Human Health Risk Assessment on the Consumption of Apples Growing in Urbanized Areas: Case of Kharkiv, Ukraine
Previous Article in Special Issue
Journalistic Fact-Checking of Information in Pandemic: Stakeholders, Hoaxes, and Strategies to Fight Disinformation during the COVID-19 Crisis in Spain
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

The Role of Societal Aspects in the Formation of Official COVID-19 Reports: A Data-Driven Analysis

by
Marcell Tamás Kurbucz
1,2,3,*,†,
Attila Imre Katona
1,†,
Zoltán Lantos
4,5,† and
Zsolt Tibor Kosztyán
1,3,5,6,†
1
Department of Quantitative Methods, Faculty of Business and Economics, University of Pannonia, Egyetem Street 10, H-8200 Veszprém, Hungary
2
Wigner Research Centre for Physics, Department of Computational Sciences, Konkoly-Thege Miklós Street 29-33, H-1121 Budapest, Hungary
3
Research Centre of Faculty of Business and Economics, University of Pannonia, Egyetem Street 10, H-8200 Veszprém, Hungary
4
Health Experience Institue, Közraktár Street 30-32, H-1093 Budapest, Hungary
5
Institute of Advanced Studies (iASK), Chernel Street 14., H-9730 Kőszeg, Hungary
6
MTA-PE Budapest Ranking Research Group, Egyetem Street 10., H-8200 Veszprém, Hungary
*
Author to whom correspondence should be addressed.
These authors contributed equally to this work.
Int. J. Environ. Res. Public Health 2021, 18(4), 1505; https://0-doi-org.brum.beds.ac.uk/10.3390/ijerph18041505
Submission received: 6 January 2021 / Revised: 29 January 2021 / Accepted: 1 February 2021 / Published: 5 February 2021
(This article belongs to the Special Issue COVID-19 Global Threat: Information or Panic)

Abstract

:
This paper investigates the role of socioeconomic considerations in the formation of official COVID-19 reports. To this end, we employ a dataset that contains 1159 pre-processed indicators from the World Bank Group GovData360 and TCdata360 platforms and an additional 8 COVID-19 variables generated based on reports from 138 countries. During the analysis, a rank-correlation-based complex method is used to identify the time- and space-varying relations between pandemic variables and the main topics of World Bank Group platforms. The results not only draw attention to the importance of factors such as air traffic, tourism, and corruption in report formation but also support further discipline-specific research by mapping and monitoring a wide range of such relationships. To this end, a source code written in R language is attached that allows for the customization of the analysis and provides up-to-date results.

1. Introduction

Research on the COVID-19 pandemic has grown rapidly since the outbreak of the disease; however, despite the enormous media attention on countries’ reports, only a few articles address the number of officially reported cases and deaths as a social phenomenon. As many studies have pointed out, there is a significant discrepancy between the officially confirmed data and recently published estimates (see, e.g., [1,2]). However, what do these data reflect, beyond the true nature of the virus? Of the few articles dealing with this question, authors [3] examined the protective effect of BCG (Bacillus Calmette–Guérin) vaccine on COVID-19 infections and the death toll while using indicators such as the Human Development Index (HDI), per-capita GDP, and urban population percentage as additional control variables. Moreover, in line with [4], they applied the Corruption Perception Index (CPI) as a proxy for the reliability of reported COVID-19 data. Other authors [5] found that measures of globalization, related to the migrant stock and air travel, were positively associated with both total cases and deaths. Results [6] suggest that more equitable access to healthcare does indeed increase testing rates and lower the death rate. Authors in [7] showed that more democratic political institutions experienced deaths on a larger per-capita scale and sooner than did less democratic countries, and based on [8], the population size and government health expenditure are strongly related to COVID-19 cases.
In contrast to these (mostly) discipline-specific studies, our goal is to map, analyze, and monitor a wide range of such relationships in time and space by applying a data-driven approach. To provide a deeper understanding of the role of societal aspects in the formulation of COVID-19 reports, we employ a rank-correlation-based complex method and a dataset that contains 1159 pre-processed indicators from the World Bank Group GovData360 and TCdata360 platforms and an additional 8 COVID-19 variables. The results not only draw attention to the importance of factors such as air traffic, tourism, and corruption in report formation but also support decision makers and discipline-specific research by providing a source code written in R language (in R Notebook) that allows for the customization of the analysis and provides up-to-date results.
The paper is organized as follows. Section 2 introduces the data and methodology used during the calculations. Section 3 presents and discusses the results. Section 4 contains the measurement error analysis of the results. Finally, Section 5 provides the conclusions and proposes future research directions.

2. Data and Methodology

2.1. Joint Dataset of GovData360, TCdata360, and COVID-19 Reports

This paper follows the steps of [9] when creating a linked database of governance, trade, and competitiveness indicators with COVID-19 reports. (To derive the up-to-date dataset, we use the author’s R source code, which is publicly available at [10]). Former indicators were obtained from the GovData360 and TCdata360 platforms using the data360r (version: 1.0.8) R package [11]. From these platforms, only annual indicators from 2015 and later were collected, and their missing values were replaced with previous annual values in descending order by year until 2015. During pre-processing, indicators (columns) where the ratio of missing values exceeded 50% were filtered out. Then, the same filtration was applied above 25% in the case of countries (rows). Finally, highly correlated variables and variables with near-zero variances were removed, and the standardized form of the retained 1159 indicators was connected with 8 COVID-19 variables, generated on the basis of the official reports of 138 countries [12]. Note that auxiliary indicators measuring the number of data sources and standard error were also filtered out, and variables with near-zero variances were eliminated using the default settings of nearZeroVar function contained by the caret (version: 6.0-85) R package [13]. The presented data were compiled on 22 July 2020. Table 1 shows the description of the variables in the structure of the final dataset.

2.2. Community-Based Model Reduction

Our goal is to map the time- and space-varying relationship between COVID-19 (furthermore dependent) variables ( Y : = { y 1 , . . , y M } ) and indicators from GovData360 and TCdata360 platforms (furthermore independent variables, X : = { x 1 , . . , x N } ). To obtain an easily interpretable, comprehensive picture from these connections, similar GovData360 and TCdata360 indicators are grouped and characterized by latent variables. The applied steps are as follows.
First, standardized independent variables that have higher absolute (Spearman) rank correlation than an α parameter with at least one dependent variable are selected and denoted as X X . Formally:
X : = { x | x X y Y , where | c o r ( y , x ) | α } .
Then, the rank correlation matrix of the selected variables is used as an adjacency matrix A , in which absolute rank correlation values below a β parameter are substituted by 0. Formally:
a i j = [ A ] i j : = 0 , if | c o r ( x i , x j ) | < β | c o r ( x i , x j ) | , if | c o r ( x i , x j ) | β , x i , x j X .
Note that the adjacency matrix A defines a network, where the vertices are the selected variables ( V = X ), edges are indicated by the nonzero values ( e i j E [ A ] i j = a i j > 0 ), and their weight is the absolute rank correlation between the selected variables ( w : E R + , w ( i , j ) = a i j ). (Note that the same strategy was applied by, e.g., [15,16], to visualize variable similarity.)
To group similar variables, our goal is to separate this network into groups of vertices that have fewer connections between them than inside the communities. In the literature, this task [17] is referred to as modularity-based community analysis (see, e.g., [18]) or simply community detection (see, e.g., [19]). Although the proposed method may seem more complicated than traditional model reduction methods, they cannot be used because of the large number of variables and relatively few observations. In addition, the visualization of the (correlation) network facilitates control over community formation (especially if N is large). This benefit is realized by using the Louvain community detection method [20] with an associated filtrating procedure that gains heterogeneity between the groups by eliminating weakly connected group members.
After Louvain community detection, we obtain C : = { c 1 , . . , c n } communities on G ( V , E ) , which specifies { G c 1 , . . , G c n } = G partitions of network G. As a next step, each community is represented by a single composite (so-called latent) variable ( x ^ c i ) obtained by the weighted linear combination of member variables:
x ^ c i = j x j e j j e j , j V c i , i = 1 , 2 , . . , n ,
where
e j = 1 λ t V c i a j t e t
is the eigenvector centrality of node j, and λ > 0 is a constant. Louvain modularity and eigenvector centrality were calculated using the cluster_louvain and eigen_centrality functions of igraph (version: 1.2.4.2) R package, respectively [21]. Note that the use of eigenvector centrality as a weight ensures that deeper embedded variables (within the given community) play a greater role in the formation of the latent variable. (Also note that the use of standardized independent variables results in standardized latent variables). To increase the homogeneity of communities, we calculate the absolute (Spearman) rank correlation of each variable within the community i with the related latent variable x ^ c i , and variables that have weaker absolute rank correlation than a γ parameter are removed from their communities. Finally, the steps of this paragraph (from community detection to filtration) are repeated until no more variables can be eliminated. Note that while the proposed algorithm finds strongly interrelated indicators, correlations between modules still can exist. Thus, completely independent communities are not guaranteed. Although the use of factor analysis with orthogonal rotation may result in independent communities, as there are more observations than variables in the studied dataset, the use of this method is not recommended.
At the end of the process, we rank communities (characterized by latent variables) by their absolute rank correlation with dependent variables. Then, we select the top C n interpretable communities and investigate their relationship with the dependent variables through their absolute rank correlation coefficients. To examine the regional differences in addition to the study of time-varying relationships, these correlations are identified as well on the subset of different regions (see variable r * in Table 1). The calculation steps are summarized in Figure 1.

3. Results and Discussion

Following the calculation order presented above, we first illustrate and interpret the results of community detection to identify the most important topics reflected in official COVID-19 reports. Then, we investigate the time- and space-varying relations of these communities with different pandemic variables.

3.1. Topics Most Related to COVID-19 Reports

When setting α , β , and γ parameters, our goal was to group the widest possible range of important GovData360 and TCdata360 indicators without obtaining communities that are difficult to interpret. To accomplish this goal, we set the parameters as α = 0.535 , β = 0.828 , and γ = 0.770 , which resulted in a network containing 319 indicators (vertices) and 1669 edges, representing the strong correlations among the indicators. Figure 2 illustrates five communities ( C = 5 ) detected within this network and helps their interpretation with word clouds generated on the basis of the names of member indicators. Word clouds were constructed after text cleaning and pre-processing by using the wordcloud (version: 2.6) R package [22]. Since pre-processing was based on a frequency list of terms contained by the names of the indicators, overlapping terms may occur in the composed word clouds. For example, the term “infrastructure” is included in several indicator names such as Electricity and telephony infrastructure and Quality of air transport infrastructure, even though they relate to different aspects of infrastructure.
As Figure 2 shows, the topics most related to official COVID-19 reports are (1) tourism and trade, (2) infrastructure and digitalization, (3) business and ICT, (4) regulation and corruption, and (5) protectionism. From these, tourism and trade associates with the flow of people and goods, as reflected by the most frequent terms such as tourism, travel, merchandise, and imports. The contribution of the database also confirms this finding since most indicators of this community are part of the World Travel & Tourism Council ( 27 % ), United Nations Conference on Trade and Development Statistics ( 19 % ), and World Integrated Trade Solution ( 15 % ) datasets. The second community describes the infrastructure, especially in the field of digitalization, including variables such as ICT access, public services, and secure internet servers/million pop. Most of these variables are derived from the World Economic Forum Global Competitiveness Index ( 34 % ), Global Innovation Index ( 24 % ), and World Development Indicators ( 17 % ) databases. The third community, so-called business and ICT, is adjacent to infrastructure and digitalization. As its name suggests, it is in connection with information and communication technology (ICT); however, this community focuses more on business aspects such as innovation, efficiency, and competitiveness. The group regulation and corruption includes variables such as regulatory quality, political environment, and corruption. The sources of most of these variables are the World Justice Project—Rule of Law ( 31 % ), Global Innovation Index ( 25 % ), and Global State of Democracy ( 19 % ). Finally, the fifth community is labeled protectionism because all of its variables are related to tariffs. The variables for each community are detailed in the Supplementary Materials.

3.2. Relations with COVID-19 Reports

To visualize the absolute rank correlation between the COVID-19 variables and the communities characterized by latent variables, radar charts are employed. In Figure 3, these relations are classified into three groups. The first focuses on the time elapsed since the first registered data, while the other two relate to the officially reported cases and deaths per capita aggregated by using different time windows.
As Figure 3 shows, indicators measuring the appearance of the virus are strongly correlated with tourism- and trade-related activities. Taking a closer look at the standalone variables within this community, GCI 4.0: Air transport and outbound travel and tourism expenditure have the strongest (Spearman) rank correlation coefficients with the days passed since the first case was reported ( 0.789 and 0.777 , respectively). Moreover, this COVID-19 indicator has a strong connection with variables of international trade as well, such as Merchandise: Trade matrix by product groups, imports ( 0.755 ), Index Of Export Market Penetration ( 0.736 ), and Number of export partners ( 0.707 ) from the same community. In light of these close relationships, it may be surprising to find that this community has a relatively weak connection with the reported number of cases and deaths; however, increased controls at airports and the rapid closure of borders could be reflected in this result.
In contrast to tourism and trade, these COVID-19 indicators are closely linked to the other four communities, especially to infrastructure and digitalization. From this community, variables related to digital development such as fixed broadband subscriptions (per 100 people) and online creativity show the strongest positive (Spearman) rank correlation with the number of deaths per capita ( 0.659 and 0.653 , using the 60-day time window), which suggests that a significantly higher death toll has been reported by more developed countries. It is also reflected by the positive correlation of this COVID-19 variable with A. Health indicator calculated from healthy life expectancy ( 0.582 ) as well as by its strong negative relationship with GCI 4.0: Exposure to unsafe drinking water ( 0.676 ).
On the basis of these results, while the data suggesting the appearance of the virus seem to be reliable and relatively easy to explain, reports on cases and deaths appear highly distorted. On the one hand, this distortion may be a consequence of the poor health infrastructure that makes measurement difficult, but on the other hand, political interests could also be tied to underreporting. Since the regulation and corruption community’s regulatory quality and freedom from corruption score indicators have a strong positive correlation with the reported number of cases ( 0.560 and 0.533 , respectively) and deaths ( 0.565 and 0.523 , respectively, using the 60-day time window), the reports of countries with higher levels of corruption seem much less authentic. Furthermore, detected communities contain strikingly many indicators related to the development of the information society, which counteracts disinformation.
To support discipline-specific research, we detailed the correlations of each member variable with different COVID-19 indicators in the Appendix A. These correlations can provide a deeper understanding of phenomenons mapped by using latent variables. For instance, the strongest correlations were found between the spread of the virus and the latent variable of the tourism and trade community. On the basis of Table A1, the strength of these relationships mainly is due to the indicators such as GCI 4.0: Air transport, International tourism and number of arrivals, and Outbound Travel & Tourism Expenditure, or more generally, due to the number of inbound and outbound travels. Similar to latent variables (see Figure 3), these standalone indicators typically show increasing correlations with time window expansion; however, this change over time can vary significantly from region to region.

3.3. Regional Differences

To examine how the results presented in the previous subsection differ from region to region, countries are divided into four groups by using the region ID variable (denoted as r * in Table 1). These groups are Europe, Asia, Americas, Africa, and Oceania; however, the last group was omitted from the investigation due to its small sample size (two countries). The regional differences in the relations of COVID-19 and latent variables are presented in Figure 4.
On the basis of Figure 4, we can conclude that the impact of tourism and trade on the spread of the virus is significant regardless of region; however, the variable measuring the appearance of the first case shows the highest (Spearman) rank correlation with this community in the Americas and Europe. In these two regions, variables such as GCI 4.0: Air transport ( 0.803 and 0.791 , respectively) and government spending on travel and tourism service ( 0.881 and 0.715 , respectively) have one of the highest correlations with days elapsed since the first case. Moreover, in the Americas and Europe, this community, and especially its tourism- and air-transport-related indicators, shows an increasingly close relationship with the number of registered deaths per capita as the time window expands. Accordingly, regulations on foreign travel restrictions and airport controls are particularly important in these regions.
Next to the Americas and Europe, in Asia, variables measuring the spread of the virus are also strongly tied to the tourism and trade community, but these variables have a stronger rank correlation with the data related to first death. Unlike other regions, reports from Asian countries are mostly related to infrastructure and digitalization and protectionism communities; however, even these relations appear weak in comparison with the relationships detected in other regions. To obtain stronger ties, it may be worthwhile to map the topics that contain the most important variables separately for this region.
Finally, reported data both in Africa and Europe have remarkably close connections with the regulation and corruption community, especially with indicators such as political environment and freedom from corruption score. While in Africa these variables are typically related to reported case numbers ( 0.568 and 0.551 ), in Europe they show a stronger correlation with deaths ( 0.495 and 0.583 , using the 60-day time window, respectively), which suggests that the reports of these regions are less credible. Note that the correlations of standalone variables calculated on different regional subsamples are contained in the Supplementary Materials.

4. Measurement Error Analysis

As it was discussed in Section 3.2, while the data suggesting the appearance of the virus seem to be reliable and relatively easy to explain, reports on cases and deaths appear highly distorted. Since these measurement errors can affect the community detection outcomes through the distorted rank correlation coefficients, in this section, we conduct a simulation to analyze the validity of our results under the presence of measurement errors.
During the simulation, by using the multiplicative measurement error model, we added random measurement errors to the dependent variables and conducted all the calculation steps described by Figure 1. The applied measurement error model is as follows:
y i * = y i ε i ,
where the reported and the masked dependent variables are denoted by y i and y i * , and ε i is an independent random variable following a normal distribution with a mean 1 and standard deviation σ ε . During the simulation, y i * was estimated by using different σ ε values, then the resulted communities were examined. In order to characterize the structure of the communities we investigate the number of vertices and edges to the correlation network of the variables, number of communities found, and number of included variables in each community (see Table 2).
Although number of extracted communities does not change significantly when σ ε 0.1 , both the structure of the correlation network and the sizes of the communities start to vary. On the basis of this additional calculation, communities presented in Section 3.1 are stable in the event of a small or moderate measurement error.

5. Conclusions and Future Work

Although some of the recent studies have already investigated the relationship of COVID-19 data with different socioeconomic indicators, the role of societal considerations in the formation of official COVID-19 data is not yet clear. In contrast to these studies, our goal was to map, analyze, and monitor a wide range of such relationships in time and space by applying a data-driven approach. To this end, we employed a rank-correlation-based complex method and a dataset that contains 1159 pre-processed indicators from the World Bank Group GovData360 and TCdata360 platforms and an additional 8 COVID-19 variables generated on the basis of the officially reported number of cases and deaths.
From our results, the topics most related to official COVID-19 reports are tourism and trade, infrastructure and digitalization, business and ICT, regulation and corruption, and protectionism. By examining these topics and the variables they compress, we found that tourism- and air-transport-related variables are key factors in the spread of the virus, especially in the Americas and Europe. In these two regions, the variables of the tourism and trade community show close connections with the reported death toll as well, which also emphasizes the importance of regulations on foreign travel restrictions and airport controls. In addition, the number of reported cases and deaths seems unreliable since developed countries generally reported more cases and deaths than developing countries. In line with the results, the two possible reasons for underreporting may be the poor health infrastructure that makes measurement difficult and the political will that is opposed to exploring and presenting the real epidemiological situation. Accordingly, we experienced the closest relationship between the level of corruption and reported data in Europe and Africa.
Using the proposed analysis, further interesting regional and temporal patterns can be identified, as the data will be updated over time. To support this research, we attach an R Notebook file (see Supplementary Materials) that not only updates the dataset but is also able to conduct all the analysis steps, including variable filtering and the compilation of figures. As a further advantage, this source code can be easily customized and allows researchers to apply arbitrary time frames during the analysis. Finally, in the Appendix A, we provide all the relationships identified during the analysis to support discipline-specific investigations.

Supplementary Materials

The following are available online at https://0-www-mdpi-com.brum.beds.ac.uk/1660-4601/18/4/1505/s1. File B.1: Metadata. The metadata of GovData360 and TCdata360 indicators used. File B.2: Regional correlations. Standalone correlations in the regional dataset. File B.3: Source of COVID-19 data. The source of the COVID-19 dataset collected by [13]. According to the place of their publication, these sources are websites of ministries of health (43%), websites of public health institutes (9%), websites from other national authorities (6%), WHO websites, and WHO situation reports (2%), and official dashboards (10%). Besides, ECDPC screens social media accounts maintained by national authorities, for example Twitter, Facebook, YouTube, or Telegram accounts run by ministries of health (28%) and other official sources (e.g., official media outlets) (2%). File B.4: Data generation and analysis. Datasets were generated and analyzed with R Notebook, which can be used to update datasets and customize the analyses.

Author Contributions

Conceptualization, M.T.K. and A.I.K.; methodology, M.T.K., A.I.K. and Z.T.K.; software, M.T.K. and A.I.K.; validation, M.T.K., A.I.K., Z.L. and Z.T.K.; formal analysis, M.T.K. and A.I.K.; investigation, M.T.K., A.I.K., Z.L. and Z.T.K.; resources, M.T.K., A.I.K., Z.L. and Z.T.K.; data curation, M.T.K. and A.I.K.; writing—original draft preparation, M.T.K., A.I.K., Z.L. and Z.T.K.; writing—review and editing, M.T.K. and A.I.K.; visualization, M.T.K. and A.I.K.; supervision, M.T.K.; project administration, M.T.K.; funding acquisition, Z.T.K. All authors have read and agreed to the published version of the manuscript.

Funding

We acknowledge the financial support of Széchenyi 2020 under the EFOP-3.6.1-16-2016-00015.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Data and source code are available in the Supplementary Material.

Conflicts of Interest

The authors declare no conflict of interest.

Appendix A. Standalone Correlations

Table A1. Standalone correlations in the tourism and trade community. Spearman rank correlations between COVID-19 variables and indicators of the tourism and trade community in the worldwide dataset.
Table A1. Standalone correlations in the tourism and trade community. Spearman rank correlations between COVID-19 variables and indicators of the tourism and trade community in the worldwide dataset.
NameTypedyssincefstcasecases20dysaftfstcases40dysaftfstcases60dysaftfstdyssincefstdeathdeaths20dysaftfstdeaths40dysaftfstdeaths60dysaftfst
Trade, competition, & market scalerank *0.69−0.150.070.280.680.190.420.43
Scientific and technical journal articlesvalue0.77−0.190.070.250.690.200.430.44
Travel and Tourism direct contribution to GDPusd nominal0.75−0.28−0.040.150.660.080.320.35
Outbound Travel & Tourism Expenditureusd nominal0.78−0.190.040.250.700.180.410.44
Index Of Export Market Penetrationvalue0.74−0.190.060.270.710.300.510.53
Merchandise: Trade matrix by product groups, importsvalue0.76−0.27−0.010.200.670.160.400.41
Government spending on travel and Tourism serviceusd nominal0.67−0.180.050.230.680.170.410.42
Capital investment in Travel and Tourismusd real0.71−0.21−0.030.150.620.090.320.35
Services, etc., value added (current US$)value0.70−0.27−0.020.170.660.080.330.36
Business Tourism Spendingusd_nominal0.74−0.29−0.060.150.640.080.320.37
Number of export partnersvalue0.71−0.150.080.290.660.320.510.53
Foreign Direct Investment: Inward stockpercentage of world0.69−0.140.090.280.650.200.420.45
Domestic Tourism Spendingusd nominal0.70−0.36−0.120.080.630.040.290.34
Available airline seatrank *0.76−0.220.000.200.640.110.330.35
High-technology exports (current US$)value0.69−0.140.080.270.630.250.450.45
Visitor Exports (Foreign spending)usd real0.74−0.110.100.270.660.230.420.43
No. Of Imported HS6 Digit Productsvalue0.68−0.170.060.270.660.290.500.51
Citable documents H indexrank *0.71−0.190.060.250.670.250.470.49
No. Of Exported HS6 Digit Productsvalue0.65−0.130.100.300.640.320.510.52
GCI 4.0: Air transportscore0.79−0.070.160.350.660.280.470.46
International tourism, number of arrivalsvalue0.72−0.160.050.240.640.180.400.43
Research and development (R&D)rank *0.720.010.230.390.650.360.530.51
GCI 4.0: Researchrank *0.720.030.260.420.620.370.550.54
Merchandise: Concentration and diversification
indices of exports by country
diversification
index *
0.63−0.040.180.340.600.390.560.53
Merchandise: Trade matrix by product groups, exportsvalue0.62−0.28−0.060.120.560.090.320.34
Merchandise: Concentration and diversification
indices of imports by country
diversification
index *
0.670.000.230.420.640.380.570.58
* The correlations of the rank variables and diversification indices were multiplied by 1 .
Table A2. Standalone correlations in the infrastructure and digitalization community. Spearman rank correlations between COVID-19 variables and indicators of the infrastructure and digitalization community in the worldwide dataset.
Table A2. Standalone correlations in the infrastructure and digitalization community. Spearman rank correlations between COVID-19 variables and indicators of the infrastructure and digitalization community in the worldwide dataset.
NameTypedyssincefstcasecases20dysaftfstcases40dysaftfstcases60dysaftfstdyssincefstdeathdeaths20dysaftfstdeaths40dysaftfstdeaths60dysaftfst
Public Servicesscore *0.590.380.530.650.490.600.670.61
ICT accessrank *0.590.380.540.650.510.630.690.62
Country rank and value in the UNCTAD B2C E-commerce Indexrank *0.610.300.460.590.520.590.670.61
3rd pillar: Infrastructurerank *0.560.330.490.620.500.600.690.64
Secure Internet servers/million pop.rank *0.530.380.520.640.480.630.690.65
Fixed broadband subscriptions (per 100 people)value0.560.300.500.610.530.610.710.66
GCI 4.0: Exposure to unsafe drinking waterscore *−0.57−0.34−0.53−0.66−0.53−0.64−0.72−0.68
GCI 4.0: 6.B Future workforcescore0.590.330.510.640.520.590.670.60
B. Readiness subindexvalue0.610.300.490.620.510.600.690.63
B. Electricity and telephony infrastructurerank *0.560.350.500.620.500.580.660.61
5th pillar Higher education and trainingvalue0.610.280.450.570.600.540.640.57
GDP per person employed (constant 2011 PPP $)value0.600.330.500.640.550.590.690.65
Infrastructurerank *0.650.240.440.590.570.520.640.60
Information and communication technologies (ICTs)score (0–100)0.670.190.400.560.600.500.620.58
GCI 4.0: International co-inventionsscore0.610.270.440.560.540.550.640.59
GCI 4.0: Pillar 2: Infrastructurerank *0.710.200.430.590.610.540.660.62
5th pillar: Skillsvalue0.580.320.470.590.510.570.630.56
GNI per capita (constant 2010 US$)value0.570.330.480.640.540.600.700.66
4th pillar Health and primary educationvalue0.600.290.450.570.520.560.610.53
GCI 4.0: Internet usersrank *0.620.330.500.630.500.600.660.61
Wikipedia monthly editsvalue0.500.340.540.670.510.690.750.71
GCI 4.0: Pillar 3: ICT adoptionrank *0.610.300.440.560.440.530.590.53
ICT PCT patents, applications/million pop.rank *0.620.180.380.510.530.500.610.56
GCI 4.0: Electricity infrastructurerank *0.650.280.460.560.520.520.570.50
Online creativityscore (0–100)0.510.330.500.600.460.620.700.65
Researchersrank *0.630.140.370.520.530.570.670.61
Mortality rate, adult, female (per 1000 female adults)value−0.65−0.35−0.53−0.65−0.55−0.60−0.66−0.61
Human capital and researchscore (0–100)0.620.180.350.500.540.490.610.56
Quality of electricity supply1–7 best0.570.280.420.550.500.530.620.58
Legitimacy of the Statescore *0.610.210.400.540.500.500.610.58
GCI 4.0: Mean years of schoolingrank *0.500.340.480.570.440.540.610.55
GCI 4.0: Trademark applicationsscore0.530.360.530.630.500.600.680.64
Generic top-level domains (gTLDs)score (0–100)0.490.330.480.590.510.580.680.63
Foreign Direct Investment: Inward stockusd per capita0.420.430.540.630.370.600.630.58
GCI 4.0: Skills of future workforcerank *0.570.320.480.600.480.550.600.52
Int’l Internet bandwidth, kb/s per uservalue0.480.380.530.650.470.620.700.67
GCI 4.0: Electrification raterank *0.570.350.530.610.500.600.660.59
Secondary education gross enrollment rate, %rank *0.520.310.520.650.520.590.670.63
Mean years of schoolingscale (0 to 1)0.490.290.450.570.470.540.620.56
Fixed telephone subscriptions (per 100 people)value0.480.360.520.620.510.600.670.63
Internet bandwidthrank *0.460.430.540.620.400.620.660.61
Self-employed, total (% of total employment)percent−0.50−0.35−0.46−0.60−0.40−0.56−0.63−0.60
School life expectancyrank *0.500.250.450.580.500.580.670.63
Creative outputsrank *0.590.240.420.530.510.490.600.54
Environmental performanceindex0.530.290.480.600.540.570.660.61
Agriculture, value added (% of GDP)value−0.46−0.34−0.46−0.60−0.42−0.54−0.61−0.58
A. Healthrank *0.590.300.480.600.570.550.620.58
Innovation Output Sub-Indexrank *0.630.130.330.460.540.460.590.56
GCI 4.0: Pupil-to-teacher ratio in primary educationscore0.510.430.590.670.430.620.640.56
B. Primary educationrank *0.540.240.370.480.410.470.510.44
Health equalityscale (0 to 1)0.510.320.450.580.410.540.580.52
Mortality rate, adult, male (per 1000 male adults)value−0.64−0.32−0.49−0.60−0.58−0.57−0.64−0.59
B. Primary educationvalue0.540.210.340.440.430.440.480.41
Country-code top-level domains (ccTLDs)score (0–100)0.410.310.480.580.420.570.650.60
Fertility rate, total (births per woman)value−0.55−0.30−0.47−0.55−0.50−0.58−0.64−0.58
Access to electricity (% of population)value0.600.350.530.620.530.560.630.58
Knowledge and technology outputsrank *0.650.040.250.400.560.390.530.50
Access to electricity, urban (% of urban population)value0.650.290.470.550.520.510.580.52
* The correlations of the rank and some score variables were multiplied by 1 .
Table A3. Standalone correlations in the business and ICT community. Spearman rank correlations between COVID-19 variables and indicators of the business and ICT community in the worldwide dataset.
Table A3. Standalone correlations in the business and ICT community. Spearman rank correlations between COVID-19 variables and indicators of the business and ICT community in the worldwide dataset.
NameTypedyssincefstcasecases20dysaftfstcases40dysaftfstcases60dysaftfstdyssincefstdeathdeaths20dysaftfstdeaths40dysaftfstdeaths60dysaftfst
Global Competitiveness Indexvalue0.690.170.330.480.570.430.560.52
Laws relating to ICTs, 1–7 (best)value0.540.260.390.530.410.480.560.53
9th pillar: Economic impactsvalue0.610.230.410.550.540.520.630.59
Impact of ICTs on access to basic services, 1–7 (best)value0.560.260.390.520.410.480.550.50
7th pillar: Business usagerank *0.550.160.280.420.450.370.470.44
Availability of latest technologies, 1–7 (best)value0.520.270.400.530.440.530.600.56
GCI 4.0: Enabling environment componentrank *0.660.260.430.580.510.540.640.58
10th pillar: Social impactsvalue0.610.210.360.490.460.440.530.49
GCI 4.0: Pillar 1: Institutionsscore0.560.260.400.510.430.470.540.48
Business-to-consumer Internet use, 1–7 (best)rank *0.650.140.310.450.510.410.540.51
Property rights scorevalue0.530.300.430.560.420.540.610.56
ICTs and business model creationrank *0.630.110.310.460.540.400.520.49
GCI 4.0: Pillar 12: Innovation capabilityrank *0.720.120.330.490.610.430.580.55
ICTs and organizational model creationrank *0.650.080.260.410.510.370.500.47
2nd pillar: Business and innovation environmentvalue0.540.320.440.570.430.540.610.54
Impact of ICTs on new organizational models, 1–7 (best)value0.590.140.290.440.450.390.500.48
ICT use for business-to-business transactions, 1–7 (best)value0.550.180.290.420.380.400.480.46
Internet access in schools, 1–7 (best)value0.540.330.430.530.400.520.570.50
Impact of ICTs on business models, 1–7 (best)rank *0.570.170.320.460.470.410.500.48
Local supplier quality, 1–7 (best)rank *0.550.200.380.530.590.510.620.56
Internet access in schools1–7 best0.550.280.390.490.450.460.510.45
GCI 4.0: 1.F Property rightsscore0.530.240.400.510.410.500.560.51
A. Transport infrastructurevalue0.660.080.250.420.560.390.520.50
Value chain breadth, 1–7 (best)rank *0.670.050.240.380.600.340.460.42
GCI 4.0: Interaction and diversityrank *0.600.090.260.400.470.340.450.40
GCI 4.0: Markets componentscore0.750.010.220.400.620.330.500.48
12th pillar Innovationrank *0.600.070.230.370.510.310.430.39
Quality of air transport infrastructurerank *0.530.220.360.480.490.470.550.51
Quality of overall infrastructure1–7 best0.550.240.370.490.470.470.550.50
Ease of doing businessdtf0.600.170.320.450.460.430.520.46
Country credit rating, 0–100 (best) *rank *0.640.140.300.480.540.440.570.54
GCI 4.0: Pillar 11: Business dynamismrank *0.620.120.300.440.520.420.520.47
GCI 4.0: Efficiency of air transport servicesrank *0.570.180.350.470.490.430.510.48
8th pillar: Government usagevalue0.590.110.250.390.410.330.410.39
GCI 4.0: Pillar 9: Financial systemrank *0.640.130.260.410.490.410.510.47
Control of international distribution, 1–7 (best)rank *0.640.070.250.400.540.380.490.46
Quality of scientific research institutionsrank *0.580.100.270.400.540.370.500.46
A. Transport infrastructurerank *0.720.050.290.460.590.410.560.54
Capacity for innovationrank *0.550.040.190.320.500.250.370.33
Nature of competitive advantage, 1–7 (best)rank *0.540.150.260.370.430.340.410.36
GCI 4.0: Border clearance efficiencyscore0.560.130.280.420.450.400.520.49
State of cluster developmentrank *0.64−0.060.120.300.490.230.370.35
GCI 4.0: Quality of land administrationrank *0.510.280.440.530.430.500.560.52
Group Grievancescore−0.54−0.18−0.32−0.49−0.51−0.44−0.56−0.53
GCI 4.0: 7.A Domestic competitionrank *0.550.100.250.390.420.310.400.35
Government Online Service Index, 0-1 (best)rank *0.640.060.240.400.490.360.480.47
Company spending on Research & Developmentrank *0.57−0.020.120.260.480.210.340.31
GCI 4.0: Digital skills among populationrank *0.590.180.320.410.450.370.420.36
GCI 4.0: Efficiency of seaport servicesrank *0.580.060.240.390.510.350.460.44
Getting electricity: Cost% of income per capita−0.62−0.19−0.32−0.44−0.57−0.38−0.49−0.45
Degree of customer orientation, 1–7 (best)value0.540.110.260.390.540.330.430.38
Use of virtual social networks, 1–7 (best)value0.550.260.380.470.430.500.530.48
Registering property: Reliability of infrastructure index0–80.530.230.390.490.410.470.540.51
Availability of scientists and engineersrank *0.640.000.170.290.570.260.390.34
A. Efficiencyvalue0.540.110.170.320.360.270.360.35
* The correlations of the rank variables were multiplied by 1 .
Table A4. Standalone correlations in the regulation and corruption community. Spearman rank correlations between COVID-19 variables and indicators of the regulation and corruption community in the worldwide dataset.
Table A4. Standalone correlations in the regulation and corruption community. Spearman rank correlations between COVID-19 variables and indicators of the regulation and corruption community in the worldwide dataset.
NameTypedyssincefstcasecases20dysaftfstcases40dysaftfstcases60dysaftfstdyssincefstdeathdeaths20dysaftfstdeaths40dysaftfstdeaths60dysaftfst
Regulatory qualityrank *0.470.320.440.560.400.570.610.56
Political environmentscore (0–100)0.420.330.410.520.330.530.560.51
Institutionsscore (0–100)0.480.310.420.530.390.520.580.52
Freedom from corruption scorevalue0.430.320.410.530.360.510.560.52
Government officials in the police and the military do not use
public office for private gain
total0.500.200.350.490.430.520.590.52
Due process of law and the rights of the accusedtotal0.460.230.400.550.450.550.620.56
Government regulations are applied and enforced without
improper influence
total0.420.170.280.430.400.460.540.49
The right to life and security of the person is effectively guaranteedtotal0.320.300.470.610.380.600.650.59
Corruptionscale (0 to 1) *−0.46−0.21−0.32−0.47−0.37−0.48−0.54−0.49
Regulatory environmentscore (0–100)0.360.260.360.450.250.490.550.50
Trading across borders: Time to importdays−0.55−0.23−0.38−0.52−0.45−0.56−0.62−0.59
Civil Liberties1 to 7 scale *0.220.280.400.470.340.500.540.50
Freedom from arbitrary interference with privacy is effectively
guaranteed
total0.380.190.390.540.420.520.590.54
Uneven Developmentscore−0.29−0.28−0.39−0.47−0.38−0.48−0.55−0.52
Election government intimidationscale (0 to 1) *−0.34−0.25−0.36−0.43−0.42−0.47−0.54−0.49
Election other voting irregularitiesscale (0 to 1) *−0.42−0.23−0.34−0.45−0.40−0.47−0.55−0.51
* The correlations of the rank and scale variables were multiplied by 1 .
Table A5. Standalone correlations in the protectionism community. Spearman rank correlations between COVID-19 variables and indicators of the protectionism community in the worldwide dataset.
Table A5. Standalone correlations in the protectionism community. Spearman rank correlations between COVID-19 variables and indicators of the protectionism community in the worldwide dataset.
NameTypedyssincefstcasecases20dysaftfstcases40dysaftfstcases60dysaftfstdyssincefstdeathdeaths20dysaftfstdeaths40dysaftfstdeaths60dysaftfst
Tariff rate, applied, simple mean, all products (%)value−0.28−0.39−0.48−0.54−0.29−0.52−0.55−0.50
Tariff rate, most favored nation, weighted mean, manufactured
products (%)
value−0.40−0.35−0.45−0.54−0.35−0.50−0.56−0.51
GCI 4.0: Trade tariffsrank−0.30−0.36−0.47−0.56−0.30−0.52−0.56−0.51
Tariff rate, most favored nation, simple mean, manufactured
products (%)
value−0.36−0.37−0.47−0.55−0.32−0.51−0.56−0.50
Tariff rate, most favored nation, weighted mean, all products (%)value−0.37−0.32−0.46−0.56−0.35−0.55−0.61−0.56
Trade freedom scorevalue0.390.340.440.510.340.530.550.49
Effectively applied import tariff rates on non−agricultural and
non−fuel products
average−0.34−0.33−0.42−0.47−0.36−0.52−0.56−0.49
Share of tariff lines with international peaks, manufactured
products (%)
value−0.34−0.39−0.47−0.56−0.27−0.50−0.53−0.49

References

  1. Anastassopoulou, C.; Russo, L.; Tsakris, A.; Siettos, C. Data-based analysis, modelling and forecasting of the COVID-19 outbreak. PLoS ONE 2020, 15, e0230405. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  2. Modi, C.; Boehm, V.; Ferraro, S.; Stein, G.; Seljak, U. How deadly is COVID-19? A rigorous analysis of excess mortality and age-dependent fatality rates in Italy. medRxiv 2020. [Google Scholar] [CrossRef] [Green Version]
  3. Shivendu, S.; Chakraborty, S.; Onuchowska, A.; Patidar, A.; Srivastava, A. Is There Evidence that BCG Vaccination Has Non-Specific Protective Effects for COVID-19 Infections or Is It An Illusion Created by Lack of Testing? medRxiv 2020. [Google Scholar] [CrossRef]
  4. Hollyer, J.R.; Rosendorff, B.P.; Vreeland, J.R. Measuring transparency. Political Anal. 2014, 413–434. [Google Scholar] [CrossRef]
  5. Lim, V.V.X.; Prem, K.; Teo, A.K.J.; Tan, R.K.J. A Latent Class Analysis of COVID-19 Testing Response, Globalisation, and Democracy with National COVID-19 Outcomes: A Global Ecological Study. LANGLH-D-20-02931. 2020. Available online: https://ssrn.com/abstract=3661324 (accessed on 4 February 2021).
  6. Vadlamannati, K.C.; Cooray, A.; de Soya, I. Healthcare Equity and COVID-19; Working Paper 2020/89; WIDER: Helsinki, Finland, 2020. [Google Scholar]
  7. Cepaluni, G.; Dorsch, M.; Branyiczki, R. Political Regimes and Deaths in the Early Stages of the COVID-19 Pandemic. Available online: https://ssrn.com/abstract=3586767 (accessed on 4 February 2021).
  8. Stojkoski, V.; Utkovski, Z.; Jolakoski, P.; Tevdovski, D.; Kocarev, L. The socio-economic determinants of the coronavirus disease (COVID-19) pandemic. arXiv 2020, arXiv:2004.07947. [Google Scholar] [CrossRef]
  9. Kurbucz, M.T. A Joint Dataset of Official COVID-19 Reports and the Governance, Trade and Competitiveness Indicators of World Bank Group Platforms; Data in Brief; Elsevier: Amsterdam, The Netherlands, 2020. [Google Scholar] [CrossRef]
  10. Kurbucz, M.T. A Joint Dataset of Official COVID-19 Reports and the Governance, Trade and Competitiveness Indicators of World Bank Group Platforms. Mendeley Data. 2020. Available online: https://data.mendeley.com/datasets/hzdnxph8vg/6 (accessed on 4 February 2021). [CrossRef]
  11. Ramin, R.; Onglao-Drilon, P. ‘data360r’: Wrapper for ‘TCdata360’ and ‘Govdata360’ API. R Package Version 1.0.8. R Package. 2020. Available online: https://cran.r-project.org/web/packages/data360r/index.html (accessed on 4 February 2021).
  12. European Centre for Disease Prevention and Control. Today’s Data on the Geographic Distribution of COVID-19 Cases Worldwide. Dataset. 2020. Available online: https://opendata.ecdc.europa.eu/covid19/casedistribution/csv (accessed on 4 February 2021).
  13. Kuhn, M. The Caret Package; R Package, R Foundation for Statistical Computing: Vienna, Austria, 2012; Available online: https://cran.r-project.org/package=caret (accessed on 4 February 2021).
  14. World Bank Group. Dataset on the Total Population of Countries. Dataset. 2019. Available online: https://data.worldbank.org/indicator/sp.pop.totl (accessed on 4 February 2021).
  15. Sebestyén, V.; Bulla, M.; Rédey, Á.; Abonyi, J. Data-Driven Multilayer Complex Networks of Sustainable Development Goals; Data in Brief; Elsevier: Amsterdam, The Netherlands, 2019; Volume 25, p. 104049. [Google Scholar]
  16. Sebestyén, V.; Bulla, M.; Rédey, Á.; Abonyi, J. Network model-based analysis of the goals, targets and indicators of sustainable development for strategic environmental assessment. J. Environ. Manag. 2019, 238, 126–135. [Google Scholar] [CrossRef] [PubMed]
  17. Newman, M. Networks: An Introduction; OUP Oxford: Oxford, UK, 2010; Google-Books-ID: q7HVtpYVfC0C; ISBN 978-0-19-920665-0. [Google Scholar]
  18. Gadár, L.; Kosztyán, Z.T.; Abonyi, J. The settlement structure is reflected in personal investments: Distance-dependent network modularity-based measurement of regional attractiveness. Complexity 2018, 2018. [Google Scholar] [CrossRef] [Green Version]
  19. Tian, Y.; Gel, Y.R. Fusing data depth with complex networks: Community detection with prior information. Comput. Stat. Data Anal. 2019, 139, 99–116. [Google Scholar] [CrossRef]
  20. Blondel, V.D.; Guillaume, J.-L.; Lambiotte, R.; Lefebvre, E. Fast unfolding of communities in large networks. J. Stat. Mech. Theory Exp. 2008, 2008, P10008. [Google Scholar] [CrossRef] [Green Version]
  21. Csardi, G.; Nepusz, T. The igraph software package for complex network research. InterJournal Complex Syst. 2006, 1695, 1–9. [Google Scholar]
  22. Fellows, I. Package ‘Wordcloud’. R Package, Maintainer Ian and Rcpp, Linking To and Rcpp. 2018. Available online: https://cran.r-project.org/web/packages/wordcloud/wordcloud.pdf (accessed on 4 February 2021).
Figure 1. Calculation steps. The calculation process can be divided into six steps. The first five steps are responsible for creating communities characterized by latent variables, and the last one is about the interpretation of the communities and mapping their relationships with COVID-19 variables.
Figure 1. Calculation steps. The calculation process can be divided into six steps. The first five steps are responsible for creating communities characterized by latent variables, and the last one is about the interpretation of the communities and mapping their relationships with COVID-19 variables.
Ijerph 18 01505 g001
Figure 2. Detected communities. The five communities of correlated GovData360 and TCdata360 indicators. Indicators are denoted by vertices and the edges representing the strong correlations among them. The interpretation of communities is supported by word clouds generated on the basis of the names of member indicators. Note that the applied method may not create purely separable communities, so the same words can occur in different word clouds. This can also occur if the same word appears in the names of significantly different indicators.
Figure 2. Detected communities. The five communities of correlated GovData360 and TCdata360 indicators. Indicators are denoted by vertices and the edges representing the strong correlations among them. The interpretation of communities is supported by word clouds generated on the basis of the names of member indicators. Note that the applied method may not create purely separable communities, so the same words can occur in different word clouds. This can also occur if the same word appears in the names of significantly different indicators.
Ijerph 18 01505 g002
Figure 3. Absolute rank correlation between COVID-19 and latent variables. The correlations are presented according to the different COVID-19 variables related to the appearance of the virus (A), the number of cases (B), and the death toll (C).
Figure 3. Absolute rank correlation between COVID-19 and latent variables. The correlations are presented according to the different COVID-19 variables related to the appearance of the virus (A), the number of cases (B), and the death toll (C).
Ijerph 18 01505 g003
Figure 4. Absolute rank correlation between COVID-19 and latent variables by region. The correlations are presented according to the different COVID-19 variables that measure the total number of cases/deaths per capita after 20 days (A/D), 40 days (B/E), and 60 days (C/F) from the first case/death, as well as the number of days since the first case/death (G/H).
Figure 4. Absolute rank correlation between COVID-19 and latent variables by region. The correlations are presented according to the different COVID-19 variables that measure the total number of cases/deaths per capita after 20 days (A/D), 40 days (B/E), and 60 days (C/F) from the first case/death, as well as the number of days since the first case/death (G/H).
Ijerph 18 01505 g004
Table 1. Variable description.
Table 1. Variable description.
NoteGroupDescription and Short Name of VariablesNASource
c * IDCountry ID; c * { 1 , 2 , , 138 } . 0%a
r * Region ID; r * { 1 , 2 , , 5 } . 0%b
y 1 COVID-19CasesThe number of days since the first case. (dyssincefstcase)0%a
y 2 The total number of cases per capita after 20 days from the first case. (cases20dysaftfst)0%a
y 3 The total number of cases per capita after 40 days from the first case. (cases40dysaftfst)0%a
y 4 The total number of cases per capita after 60 days from the first case. (cases60dysaftfst)0%a
y 5 DeathsThe number of days since the first death. (dyssincefstdeath)0%a
y 6 The total number of deaths per capita after 20 days from the first death. (deaths20dysaftfst)1%a
y 7 The total number of deaths per capita after 40 days from the first death. (deaths40dysaftfst)1%a
y 8 The total number of deaths per capita after 60 days from the first death. (deaths60dysaftfst)3%a
x k GovThe complete list of standardized GovData360 and TCdata360 indicators is
contained in the Supplementary Materials;
k { 1 , 2 , , 500 } , l { 501 , 502 , , 1159 } .
5% *c
x l TC6% *c
* Average missing value ratio. a: [12], the population data are from [14]. b: Own categories based on the country data of [12]. c: [11].
Table 2. Results of the measurement error analysis.
Table 2. Results of the measurement error analysis.
σ ε Number of... C Size of Community...
VerticesEdges12345
0.00 *321.01656.05.026.058.055.013.07.0
0.01313.71655.95.026.057.755.813.27.0
0.03309.51638.25.026.056.156.313.27.0
0.05298.51594.75.026.055.751.913.27.0
0.10275.81515.44.945.135.543.313.17.0
0.15202.71173.05.047.317.023.315.07.0
0.20208.31203.14.649.619.825.110.97.0
0.30186.01049.05.236.017.718.416.49.4
The calculation parameters used are as follows: α = 0.535, β = 0.828 and γ = 0.770. * Original case, where yi = y i * .
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Kurbucz, M.T.; Katona, A.I.; Lantos, Z.; Kosztyán, Z.T. The Role of Societal Aspects in the Formation of Official COVID-19 Reports: A Data-Driven Analysis. Int. J. Environ. Res. Public Health 2021, 18, 1505. https://0-doi-org.brum.beds.ac.uk/10.3390/ijerph18041505

AMA Style

Kurbucz MT, Katona AI, Lantos Z, Kosztyán ZT. The Role of Societal Aspects in the Formation of Official COVID-19 Reports: A Data-Driven Analysis. International Journal of Environmental Research and Public Health. 2021; 18(4):1505. https://0-doi-org.brum.beds.ac.uk/10.3390/ijerph18041505

Chicago/Turabian Style

Kurbucz, Marcell Tamás, Attila Imre Katona, Zoltán Lantos, and Zsolt Tibor Kosztyán. 2021. "The Role of Societal Aspects in the Formation of Official COVID-19 Reports: A Data-Driven Analysis" International Journal of Environmental Research and Public Health 18, no. 4: 1505. https://0-doi-org.brum.beds.ac.uk/10.3390/ijerph18041505

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop