Data Dictionary: | European Statistics 2012 |
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
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
if (ORG:ES2012_004_demominf_5.IsNull || SE:T024_001.IsNull)
oretval.IsNull = true;
else
oretval = (ORG:ES2012_004_demominf_5 / SE:T024_001)*1000;
return oretval;
|
Excerpt from: | Social Explorer; Eurostat: Technical Documentation |
Eurostat: Technical Documentation -> General notes -> Variable descriptions -> Infant mortality rate |