Data Dictionary: | European Statistics 2013 |
Data Source: | Social Explorer; Eurostat - The Statistical Office of the European Union |
T27. | Crude Birth Rate ( per 1,000 Population) | |||||||
Universe: | ||||||||
T027_001Crude Birth Rate (per 1,000 Population)
Percent base:
None - percentages not computed
Aggregation method:
Rate: (Sum(ES2013_001_demofagec_1_1) / Sum(ES2013_008_demopjan_3_1)) * 1000
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
if (ORG:ES2013_001_demofagec_1_1.IsNull || ORG:ES2013_008_demopjan_3_1.IsNull)
oretval.IsNull = true;
else
oretval = (ORG:ES2013_001_demofagec_1_1 / ORG:ES2013_008_demopjan_3_1) * 1000;
return oretval;
|
Excerpt from: | Social Explorer; Eurostat 2013: Technical Documentation |
Eurostat: Technical Documentation -> General notes -> Variable descriptions -> Crude birth rate |
Crude birth rate - The ratio of the number of live births during the year to the total population in that year. The value is expressed per 1000 persons.