← Back to the post
Interactive data dictionary

Beta and Sigma Convergence Across Countries

Penn World Table 10.0 income data and the 84-country balanced panel behind a Stata convergence tutorial.

2
datasets
84
countries (analysis)
1960–2019
years (analysis)
5,040
country-years (analysis)

Downloads

Each dataset is available as a labeled Stata .dta and its source file.

⇩ Download all data (ZIP)stata_codebook.do

DatasetGrainRowsStataSource
convergence_data_preparedcountry-year5,040 × 5convergence_data_prepared.dtaconvergence_data_prepared.csv
pwt100country-year12,810 × 52pwt100.dtapwt100.dta

Run stata_codebook.do in Stata once to attach long-form per-variable notes to the .dta files.

Load directly in code

Every file loads straight from GitHub (raw URLs). Swap the file name to load any dataset.

Stata

* Stata 14+ : `use` reads an https URL directly
global BASE "https://raw.githubusercontent.com/cmg777/starter-academic-v501/master/content/post/stata_convergence/data/"
use "${BASE}convergence_data_prepared.dta", clear
describe
notes

Python

!pip install -q pyreadstat
import pandas as pd
BASE = "https://raw.githubusercontent.com/cmg777/starter-academic-v501/master/content/post/stata_convergence/data/"
df = pd.read_stata(BASE + "convergence_data_prepared.dta")

# load every dataset at once
files = ["convergence_data_prepared", "pwt100"]
data = {f: pd.read_stata(BASE + f + ".dta") for f in files}

# pyreadstat (richest metadata) reads LOCAL files -> download first
import pyreadstat, urllib.request
urllib.request.urlretrieve(BASE + "convergence_data_prepared.dta", "convergence_data_prepared.dta")
df, meta = pyreadstat.read_dta("convergence_data_prepared.dta")

Copy and paste this snippet in Google Colab app. https://colab.research.google.com/notebooks/empty.ipynb

R

# R : haven::read_dta auto-downloads an https URL
library(haven)
BASE <- "https://raw.githubusercontent.com/cmg777/starter-academic-v501/master/content/post/stata_convergence/data/"
df <- read_dta(paste0(BASE, "convergence_data_prepared.dta"))

Overview & sources

Companion data for a hands-on Stata tutorial that tests whether poorer countries are catching up to richer ones. The analysis uses Penn World Table 10.0 (Feenstra, Inklaar & Timmer, 2015) expenditure-side real GDP in purchasing-power-parity terms and builds the complete convergence toolkit — OLS beta-convergence regressions of annualized growth on log initial income, an algebraic conversion of the OLS slope λ to the structural speed β = −ln(1+λs)/s (Barro & Sala-i-Martin, 1992), direct Nonlinear Least Squares, rolling windows, and sigma convergence measured by the variance of log GDP per capita. Over 1960–2019 the OLS slope is essentially zero, but splitting at 2000 reveals a structural break: divergence during 1960–2000 flips to convergence during 2000–2019 (β = 0.36% per year, half-life 190 years), even as the variance of log income rose 90.8% — beta convergence without sigma convergence.

Two files. pwt100 is the raw Penn World Table 10.0 source — an annual country panel (one row per country × year, 1950–2019) with 52 macroeconomic series for 183 economies. convergence_data_prepared is the analysis subset built from it in Section 3 of the post: keep country, ccode, year, pop, rgdpe; compute gdppc = rgdpe/pop; drop oil producers and countries under 1 million; restrict to a balanced panel of 84 countries with data since 1960 (5,040 country-year rows, 1960–2019).

Data sources

SourceProvidesReference / URL
Penn World Table 10.0Source income data: expenditure-side real GDP at chained PPPs, population, and 50 other macro seriesFeenstra, R. C., Inklaar, R., & Timmer, M. P. (2015). The Next Generation of the Penn World Table. American Economic Review, 105(10), 3150–3182. https://www.rug.nl/ggdc/productivity/pwt/
Patel, Sandefur &amp; Subramanian (2021)Sample design: exclude oil producers and small countries; the post-2000 unconditional-convergence framingPatel, D., Sandefur, J., & Subramanian, A. (2021). The New Era of Unconditional Convergence. Journal of Development Economics, 152, 102687. https://doi.org/10.1016/j.jdeveco.2021.102687
Method referencesConvergence estimators and concepts (beta/sigma convergence, speed, half-life)Barro & Sala-i-Martin (1992); Sala-i-Martin (1996); Young, Higgins & Levy (2008).

Cite this data

Please cite this dataset as follows.

APA

Mendez, C. (2026). Beta and Sigma Convergence Across Countries: A Stata Tutorial [Data set]. https://carlos-mendez.org/post/stata_convergence/

Feenstra, R. C., Inklaar, R., & Timmer, M. P. (2015). The Next Generation of the Penn World Table. American Economic Review, 105(10), 3150–3182. Barro, R. J., & Sala-i-Martin, X. (1992). Convergence. Journal of Political Economy, 100(2), 223–251.

BibTeX

@misc{mendez2026stataconvergence,
  author       = {Mendez, Carlos},
  title        = {Beta and Sigma Convergence Across Countries: A Stata Tutorial},
  year         = {2026},
  howpublished = {\url{https://carlos-mendez.org/post/stata_convergence/}},
  note         = {Data set}
}

@article{feenstra2015pwt,
  author  = {Feenstra, Robert C. and Inklaar, Robert and Timmer, Marcel P.},
  title   = {The Next Generation of the Penn World Table},
  journal = {American Economic Review},
  volume  = {105}, number = {10}, pages = {3150--3182}, year = {2015}
}
@article{barro1992convergence,
  author  = {Barro, Robert J. and Sala-i-Martin, Xavier},
  title   = {Convergence},
  journal = {Journal of Political Economy},
  volume  = {100}, number = {2}, pages = {223--251}, year = {1992}
}

Variable explorer search & filter all 54 variables

Type to filter by name or label, or use the chips to filter by type. Each row shows a mini distribution. Click a header to sort.

VariableTypeDistributionLabelDefinitionUnitsIn filesSource
avh#continuousmin 1.38e+03 | median 1.97e+03 | max 3.04e+03Average annual hours worked by persons engagedpwt100Penn World Table 10.0
ccode#identifierCountry code (3-letter ISO)3-letter ISO country code (PWT countrycode, renamed).ISO-3 codeconvergence_data_preparedPenn World Table 10.0
ccon#continuousmin 16.1 | median 2.46e+04 | max 1.67e+07Real consumption of households and government, current PPPs (mil. 2017US$)pwt100Penn World Table 10.0
cda#continuousmin 21.8 | median 3.13e+04 | max 2.14e+07Real domestic absorption (see PWT note cda)pwt100Penn World Table 10.0
cgdpe#continuousmin 20.3 | median 3.03e+04 | max 2.08e+07Expenditure-side real GDP at current PPPs (in mil. 2017US$)pwt100Penn World Table 10.0
cgdpo#continuousmin 18.5 | median 3.05e+04 | max 2.06e+07Output-side real GDP at current PPPs (in mil. 2017US$)pwt100Penn World Table 10.0
ck#continuousmin 5.87e-06 | median 0.00348 | max 1Capital services levels at current PPPs (USA=1)pwt100Penn World Table 10.0
cn#continuousmin 21.2 | median 8.4e+04 | max 8.16e+07Capital stock at current PPPs (in mil. 2017US$)pwt100Penn World Table 10.0
cor_exp#continuousmin -0.058 | median 0.572 | max 1Correlation between expenditure shares (see PWT note cor_exp)pwt100Penn World Table 10.0
country#identifierCountry nameCountry name.stringconvergence_data_prepared, pwt100Penn World Table 10.0
countrycode#identifierCountry code (3-letter ISO)3-letter ISO country code.ISO-3 codepwt100Penn World Table 10.0
csh_c#continuousmin -14.9 | median 0.638 | max 9.17Share of household consumption at current PPPspwt100Penn World Table 10.0
csh_g#continuousmin -3.3 | median 0.168 | max 2.79Share of government consumption at current PPPspwt100Penn World Table 10.0
csh_i#continuousmin -3.73 | median 0.207 | max 5.31Share of gross capital formation at current PPPspwt100Penn World Table 10.0
csh_m#continuousmin -15.4 | median -0.198 | max 41.3Share of merchandise imports at current PPPspwt100Penn World Table 10.0
csh_r#continuousmin -15.9 | median 0.000424 | max 7.47Share of residual trade and GDP statistical discrepancy at current PPPspwt100Penn World Table 10.0
csh_x#continuousmin -2.44 | median 0.138 | max 3.47Share of merchandise exports at current PPPspwt100Penn World Table 10.0
ctfp#continuousmin 0.0456 | median 0.71 | max 3.35TFP level at current PPPs (USA=1)pwt100Penn World Table 10.0
currency_unit#identifierCurrency unitName of the national currency.stringpwt100Penn World Table 10.0
cwtfp#continuousmin 0.0731 | median 0.704 | max 2.04Welfare-relevant TFP levels at current PPPs (USA=1)pwt100Penn World Table 10.0
delta#continuousmin 0.0125 | median 0.0394 | max 0.1Average depreciation rate of the capital stockpwt100Penn World Table 10.0
emp#continuousmin 0.0012 | median 2.86 | max 799Number of persons engaged (in millions)pwt100Penn World Table 10.0
gdppc#continuousmin 514 | median 5.2e+03 | max 1.03e+05Real GDP per capita (PPP, 2017 US$)Expenditure-side real GDP at chained PPPs per person — the headline income measure.2017 US$ (PPP)convergence_data_preparedComputed from PWT 10.0
hc#continuousmin 1.01 | median 1.99 | max 4.35Human capital indexHuman capital index based on years of schooling and returns to education (see PWT note hc).indexpwt100Penn World Table 10.0
i_cig#identifier0/1/2/3/4 data-quality flag (see PWT note i_cig)pwt100Penn World Table 10.0
i_irr#identifier0/1/2/3 internal-rate-of-return flag (see PWT note i_irr)pwt100Penn World Table 10.0
i_outlier#dummyshare coded 1 = 0.0280/1 outlier flag (see PWT note i_outlier)pwt100Penn World Table 10.0
i_xm#identifier0/1/2 data-quality flag (see PWT note i_xm)pwt100Penn World Table 10.0
i_xr#dummyshare coded 1 = 0.0570/1: exchange rate market-based (0) or estimated (1)pwt100Penn World Table 10.0
irr#continuousmin 0.01 | median 0.104 | max 1.1Real internal rate of returnpwt100Penn World Table 10.0
labsh#continuousmin 0.0897 | median 0.537 | max 0.903Share of labour compensation in GDP at current national pricespwt100Penn World Table 10.0
pl_c#continuousmin 0.0156 | median 0.306 | max 23.1Price level of household consumption, USA GDPo in 2017=1pwt100Penn World Table 10.0
pl_con#continuousmin 0.0181 | median 0.286 | max 22.4Price level of CCON (PPP/XR), USA GDPo in 2017=1pwt100Penn World Table 10.0
pl_da#continuousmin 0.015 | median 0.3 | max 22.1Price level of CDA (PPP/XR), USA GDPo in 2017=1pwt100Penn World Table 10.0
pl_g#continuousmin 0.00927 | median 0.246 | max 18.5Price level of government consumption, USA GDPo in 2017=1pwt100Penn World Table 10.0
pl_gdpo#continuousmin -31.2 | median 0.293 | max 19.4Price level of CGDPo (PPP/XR), USA GDPo in 2017=1pwt100Penn World Table 10.0
pl_i#continuousmin 0.00596 | median 0.379 | max 33.5Price level of capital formation, USA GDPo in 2017=1pwt100Penn World Table 10.0
pl_k#continuousmin 0.0644 | median 0.976 | max 32Price level of the capital services, USA=1pwt100Penn World Table 10.0
pl_m#continuousmin 0.0213 | median 0.461 | max 5.07Price level of imports, USA GDPo in 2017=1pwt100Penn World Table 10.0
pl_n#continuousmin 0.013 | median 0.296 | max 20.6Price level of the capital stock, USA 2017=1pwt100Penn World Table 10.0
pl_x#continuousmin 0.00752 | median 0.455 | max 2.1Price level of exports, USA GDPo in 2017=1pwt100Penn World Table 10.0
pop#continuousmin 1.14 | median 11.7 | max 1.43e+03Population (millions)Total population.millions of personsconvergence_data_prepared, pwt100Penn World Table 10.0
rconna#continuousmin 19.2 | median 2.77e+04 | max 1.68e+07Real consumption at constant 2017 national prices (in mil. 2017US$)pwt100Penn World Table 10.0
rdana#continuousmin 24.4 | median 3.36e+04 | max 2.14e+07Real domestic absorption at constant 2017 national prices (mil. 2017US$)pwt100Penn World Table 10.0
rgdpe#continuousmin 20.2 | median 3.03e+04 | max 2.09e+07Expenditure-side real GDP, chained PPPs (mil. 2017US$)Expenditure-side real GDP at chained PPPs — used to form gdppc=rgdpe/pop.millions of 2017 US$ (PPP)pwt100Penn World Table 10.0
rgdpna#continuousmin 13.9 | median 3.38e+04 | max 2.06e+07Real GDP at constant 2017 national prices (in mil. 2017US$)pwt100Penn World Table 10.0
rgdpo#continuousmin 36.5 | median 3.08e+04 | max 2.06e+07Output-side real GDP at chained PPPs (in mil. 2017US$)pwt100Penn World Table 10.0
rkna#continuousmin 0.00501 | median 0.435 | max 1.97Capital services at constant 2017 national prices (2017=1)pwt100Penn World Table 10.0
rnna#continuousmin 28.2 | median 1.26e+05 | max 8.17e+07Capital stock at constant 2017 national prices (in mil. 2017US$)pwt100Penn World Table 10.0
rtfpna#continuousmin 0.2 | median 0.951 | max 8.12TFP at constant national prices (2017=1)pwt100Penn World Table 10.0
rwtfpna#continuousmin 0.093 | median 0.943 | max 3.57Welfare-relevant TFP at constant national prices (2017=1)pwt100Penn World Table 10.0
statcap#continuousmin 14.4 | median 67.8 | max 98.9Statistical capacity indicator (World Bank, developing countries)pwt100Penn World Table 10.0
xr#continuousmin 7.89e-15 | median 3.07 | max 7.64e+07Exchange rate, national currency/USD (market+estimated)pwt100Penn World Table 10.0
year#yearCalendar yearAnnual time index.yearconvergence_data_prepared, pwt100Penn World Table 10.0

Cross-file variable index

Which file each variable appears in (● = present).

Variableconvergence_data_preparedpwt100
avh
ccode
ccon
cda
cgdpe
cgdpo
ck
cn
cor_exp
country
countrycode
csh_c
csh_g
csh_i
csh_m
csh_r
csh_x
ctfp
currency_unit
cwtfp
delta
emp
gdppc
hc
i_cig
i_irr
i_outlier
i_xm
i_xr
irr
labsh
pl_c
pl_con
pl_da
pl_g
pl_gdpo
pl_i
pl_k
pl_m
pl_n
pl_x
pop
rconna
rdana
rgdpe
rgdpna
rgdpo
rkna
rnna
rtfpna
rwtfpna
statcap
xr
year

Construction & formulas

Convergence is measured on annualized growth and log initial income across the 84-country cross-section, with per-capita income gdppc = rgdpe / pop.

The datasets

Switch datasets with the tabs. Each shows the full variable dictionary plus a sortable statistics table with mini distributions and data coverage.

expand to search (Ctrl/⌘+F) or print across all datasets

country-year  5,040 × 5 · 1960-2019 · 84 countries (balanced)

Panel key: ccode x year · The analysis sample for all beta/sigma convergence regressions.

Variable dictionary

VariableLabelDefinitionConstructionUnitsSourceCoverage
ccode identifierCountry code (3-letter ISO)3-letter ISO country code (PWT countrycode, renamed).rename countrycode ccode in Section 3.ISO-3 codePenn World Table 10.084 countries (analysis)
country identifierCountry nameCountry name.Carried verbatim from PWT 10.0.stringPenn World Table 10.084 countries (analysis)
year yearCalendar yearAnnual time index.Restricted to 1960 onwards for the balanced panel.yearPenn World Table 10.01960-2019
gdppc continuousReal GDP per capita (PPP, 2017 US$)Expenditure-side real GDP at chained PPPs per person — the headline income measure.gen gdppc = rgdpe / pop (rgdpe is in millions; pop in millions).2017 US$ (PPP)Computed from PWT 10.084 countries, 1960-2019
pop continuousPopulation (millions)Total population.PWT pop; the under-1-million filter drops small countries before the panel is fixed.millions of personsPenn World Table 10.084 countries, 1960-2019

Distribution & statistics (click a header to sort)

VariableDistributionCoverageNDistinctMinMeanMedianMaxSD
ccode100%5,04084
country100%5,04084
year100%5,0406019601989.51989201917.32
gdppcmin 514 | median 5.2e+03 | max 1.03e+05100%5,0405,040514.511,9515,197.0102,93814,403
popmin 1.14 | median 11.7 | max 1.43e+03100%5,0405,0401.1452.0311.711,433.8160.0

country-year  12,810 × 52 · 1950-2019 · 183 economies

Panel key: countrycode x year · Raw upstream source from which the analysis panel is built.

Variable dictionary

VariableLabelDefinitionConstructionUnitsSourceCoverage
countrycode identifierCountry code (3-letter ISO)3-letter ISO country code.Source PWT identifier; renamed to ccode in the prepared file.ISO-3 codePenn World Table 10.0183 economies
country identifierCountry nameCountry name.Carried verbatim from PWT 10.0.stringPenn World Table 10.084 countries (analysis)
currency_unit identifierCurrency unitName of the national currency.stringPenn World Table 10.0
year yearCalendar yearAnnual time index.Restricted to 1960 onwards for the balanced panel.yearPenn World Table 10.01960-2019
rgdpe continuousExpenditure-side real GDP, chained PPPs (mil. 2017US$)Expenditure-side real GDP at chained PPPs — used to form gdppc=rgdpe/pop.PWT series; the post's per-capita income numerator.millions of 2017 US$ (PPP)Penn World Table 10.0183 economies
rgdpo continuousOutput-side real GDP at chained PPPs (in mil. 2017US$)Penn World Table 10.0
pop continuousPopulation (millions)Total population.PWT pop; the under-1-million filter drops small countries before the panel is fixed.millions of personsPenn World Table 10.084 countries, 1960-2019
emp continuousNumber of persons engaged (in millions)Penn World Table 10.0
avh continuousAverage annual hours worked by persons engagedPenn World Table 10.0
hc continuousHuman capital indexHuman capital index based on years of schooling and returns to education (see PWT note hc).indexPenn World Table 10.0
ccon continuousReal consumption of households and government, current PPPs (mil. 2017US$)Penn World Table 10.0
cda continuousReal domestic absorption (see PWT note cda)Penn World Table 10.0
cgdpe continuousExpenditure-side real GDP at current PPPs (in mil. 2017US$)Penn World Table 10.0
cgdpo continuousOutput-side real GDP at current PPPs (in mil. 2017US$)Penn World Table 10.0
cn continuousCapital stock at current PPPs (in mil. 2017US$)Penn World Table 10.0
ck continuousCapital services levels at current PPPs (USA=1)Penn World Table 10.0
ctfp continuousTFP level at current PPPs (USA=1)Penn World Table 10.0
cwtfp continuousWelfare-relevant TFP levels at current PPPs (USA=1)Penn World Table 10.0
rgdpna continuousReal GDP at constant 2017 national prices (in mil. 2017US$)Penn World Table 10.0
rconna continuousReal consumption at constant 2017 national prices (in mil. 2017US$)Penn World Table 10.0
rdana continuousReal domestic absorption at constant 2017 national prices (mil. 2017US$)Penn World Table 10.0
rnna continuousCapital stock at constant 2017 national prices (in mil. 2017US$)Penn World Table 10.0
rkna continuousCapital services at constant 2017 national prices (2017=1)Penn World Table 10.0
rtfpna continuousTFP at constant national prices (2017=1)Penn World Table 10.0
rwtfpna continuousWelfare-relevant TFP at constant national prices (2017=1)Penn World Table 10.0
labsh continuousShare of labour compensation in GDP at current national pricesPenn World Table 10.0
irr continuousReal internal rate of returnPenn World Table 10.0
delta continuousAverage depreciation rate of the capital stockPenn World Table 10.0
xr continuousExchange rate, national currency/USD (market+estimated)Penn World Table 10.0
pl_con continuousPrice level of CCON (PPP/XR), USA GDPo in 2017=1Penn World Table 10.0
pl_da continuousPrice level of CDA (PPP/XR), USA GDPo in 2017=1Penn World Table 10.0
pl_gdpo continuousPrice level of CGDPo (PPP/XR), USA GDPo in 2017=1Penn World Table 10.0
i_cig identifier0/1/2/3/4 data-quality flag (see PWT note i_cig)Penn World Table 10.0
i_xm identifier0/1/2 data-quality flag (see PWT note i_xm)Penn World Table 10.0
i_xr dummy0/1: exchange rate market-based (0) or estimated (1)Penn World Table 10.0
i_outlier dummy0/1 outlier flag (see PWT note i_outlier)Penn World Table 10.0
i_irr identifier0/1/2/3 internal-rate-of-return flag (see PWT note i_irr)Penn World Table 10.0
cor_exp continuousCorrelation between expenditure shares (see PWT note cor_exp)Penn World Table 10.0
statcap continuousStatistical capacity indicator (World Bank, developing countries)Penn World Table 10.0
csh_c continuousShare of household consumption at current PPPsPenn World Table 10.0
csh_i continuousShare of gross capital formation at current PPPsPenn World Table 10.0
csh_g continuousShare of government consumption at current PPPsPenn World Table 10.0
csh_x continuousShare of merchandise exports at current PPPsPenn World Table 10.0
csh_m continuousShare of merchandise imports at current PPPsPenn World Table 10.0
csh_r continuousShare of residual trade and GDP statistical discrepancy at current PPPsPenn World Table 10.0
pl_c continuousPrice level of household consumption, USA GDPo in 2017=1Penn World Table 10.0
pl_i continuousPrice level of capital formation, USA GDPo in 2017=1Penn World Table 10.0
pl_g continuousPrice level of government consumption, USA GDPo in 2017=1Penn World Table 10.0
pl_x continuousPrice level of exports, USA GDPo in 2017=1Penn World Table 10.0
pl_m continuousPrice level of imports, USA GDPo in 2017=1Penn World Table 10.0
pl_n continuousPrice level of the capital stock, USA 2017=1Penn World Table 10.0
pl_k continuousPrice level of the capital services, USA=1Penn World Table 10.0

Distribution & statistics (click a header to sort)

VariableDistributionCoverageNDistinctMinMeanMedianMaxSD
countrycode100%12,810183
country100%12,810183
currency_unit100%12,810136
year100%12,8107019501984.51984201920.21
rgdpemin 20.2 | median 3.03e+04 | max 2.09e+0781%10,39910,39920.24304,42530,25020,856,4961,200,024
rgdpomin 36.5 | median 3.08e+04 | max 2.06e+0781%10,39910,39736.53306,73030,83820,596,3461,203,818
popmin 0.00443 | median 6.15 | max 1.43e+0381%10,39910,3880.00430.966.151,433.8116.2
empmin 0.0012 | median 2.86 | max 79974%9,5299,5050.00114.172.86799.358.06
avhmin 1.38e+03 | median 1.97e+03 | max 3.04e+0327%3,4923,3971,380.61,986.91,972.43,039.8284.0
hcmin 1.01 | median 1.99 | max 4.3567%8,6378,6151.012.091.994.350.727
cconmin 16.1 | median 2.46e+04 | max 1.67e+0781%10,39910,39716.06224,90024,63016,704,312884,170
cdamin 21.8 | median 3.13e+04 | max 2.14e+0781%10,39910,39921.76304,72731,29521,390,0061,223,429
cgdpemin 20.3 | median 3.03e+04 | max 2.08e+0781%10,39910,39720.26305,90730,32020,797,6381,212,956
cgdpomin 18.5 | median 3.05e+04 | max 2.06e+0781%10,39510,39418.45305,92830,47920,566,0361,211,077
cnmin 21.2 | median 8.4e+04 | max 8.16e+0781%10,31410,31321.161,210,99284,02681,598,6884,738,848
ckmin 5.87e-06 | median 0.00348 | max 158%7,4097,3445.87e-060.0350.0031.000.112
ctfpmin 0.0456 | median 0.71 | max 3.3550%6,4126,3450.0460.7120.7103.350.281
cwtfpmin 0.0731 | median 0.704 | max 2.0450%6,4126,3440.0730.7030.7042.040.265
rgdpnamin 13.9 | median 3.38e+04 | max 2.06e+0781%10,39910,38613.88320,65933,83820,563,5921,182,815
rconnamin 19.2 | median 2.77e+04 | max 1.68e+0781%10,39910,39719.18236,84527,72716,801,878890,550
rdanamin 24.4 | median 3.36e+04 | max 2.14e+0781%10,39910,39724.42313,76133,59321,431,4761,182,355
rnnamin 28.2 | median 1.26e+05 | max 8.17e+0781%10,31410,31328.191,453,456126,27781,726,3444,878,384
rknamin 0.00501 | median 0.435 | max 1.9758%7,4097,2730.0050.4770.4351.970.318
rtfpnamin 0.2 | median 0.951 | max 8.1250%6,4126,2900.2000.9590.9518.120.366
rwtfpnamin 0.093 | median 0.943 | max 3.5750%6,4126,2940.0930.9440.9433.570.309
labshmin 0.0897 | median 0.537 | max 0.90362%7,9703,1550.0900.5330.5370.9030.125
irrmin 0.01 | median 0.104 | max 1.162%7,9527,6550.0100.1280.1041.100.096
deltamin 0.0125 | median 0.0394 | max 0.181%10,31410,3110.0130.0420.0390.1000.013
xrmin 7.89e-15 | median 3.07 | max 7.64e+0781%10,3996,1977.89e-157,647.53.0776,369,942748,913
pl_conmin 0.0181 | median 0.286 | max 22.481%10,39910,3940.0180.3570.28622.370.417
pl_damin 0.015 | median 0.3 | max 22.181%10,39910,3960.0150.3600.30022.120.418
pl_gdpomin -31.2 | median 0.293 | max 19.481%10,39910,397-31.220.3690.29319.410.617
i_cig81%10,3995
i_xm81%10,3993
i_xrshare coded 1 = 0.05781%10,3992
i_outliershare coded 1 = 0.02881%10,3992
i_irr62%7,9524
cor_expmin -0.058 | median 0.572 | max 113%1,6531,641-0.0580.5580.5721.000.196
statcapmin 14.4 | median 67.8 | max 98.917%2,11725414.4467.3767.7898.8915.20
csh_cmin -14.9 | median 0.638 | max 9.1781%10,39910,394-14.920.6430.6389.170.289
csh_imin -3.73 | median 0.207 | max 5.3181%10,39910,396-3.730.2180.2075.310.138
csh_gmin -3.3 | median 0.168 | max 2.7981%10,39910,399-3.300.1900.1682.790.119
csh_xmin -2.44 | median 0.138 | max 3.4781%10,39910,397-2.440.2260.1383.470.265
csh_mmin -15.4 | median -0.198 | max 41.381%10,39910,397-15.44-0.295-0.19841.250.647
csh_rmin -15.9 | median 0.000424 | max 7.4781%10,39910,106-15.880.0174.24e-047.470.240
pl_cmin 0.0156 | median 0.306 | max 23.181%10,39910,3970.0160.3710.30623.100.425
pl_imin 0.00596 | median 0.379 | max 33.581%10,39910,3970.0060.4250.37933.500.628
pl_gmin 0.00927 | median 0.246 | max 18.581%10,39910,3990.0090.3480.24618.520.410
pl_xmin 0.00752 | median 0.455 | max 2.181%10,39910,3890.0080.4150.4552.100.197
pl_mmin 0.0213 | median 0.461 | max 5.0781%10,39910,3860.0210.4080.4615.070.204
pl_nmin 0.013 | median 0.296 | max 20.681%10,31410,3120.0130.3590.29620.650.436
pl_kmin 0.0644 | median 0.976 | max 3258%7,4097,3440.0641.380.97631.992.00

Known limitations & caveats