Data Dictionary: | European Statistics 2013 |
Data Source: | Social Explorer; Eurostat - The Statistical Office of the European Union |
T29. | Infant Mortality Rate (per 1,000 Live Births) | |||||||
Universe: | ||||||||
T029_001Infant Mortality Rate (per 1,000 Live Births)
Percent base:
None - percentages not computed
Aggregation method:
Rate: (Sum(ES2013_004_demominf_5) / Sum(ES2013_001_demofagec_1_1)) * 1000
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
if (ORG:ES2013_004_demominf_5.IsNull || ORG:ES2013_001_demofagec_1_1.IsNull || Convert.ToSingle(ORG:ES2013_001_demofagec_1_1) == 0)
oretval.IsNull = true;
else
oretval = (ORG:ES2013_004_demominf_5/ORG:ES2013_001_demofagec_1_1)*1000;
return oretval;
|
Excerpt from: | Social Explorer; Eurostat 2013: Technical Documentation |
Eurostat: Technical Documentation -> General notes -> Variable descriptions -> Infant mortality rate |