Data Dictionary: | European Statistics 2014 |
Data Source: | Social Explorer; Eurostat - The Statistical Office of the European Union |
T22. | Crude Divorce Rate (per 1,000 Population) | |||||||
Universe: | ||||||||
T022_001Crude Divorce Rate (per 1,000 Population)
Percent base:
None - percentages not computed
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
if (ORG:ES2014_005_demondivind_1.IsNull || ORG:ES2014_008_demopjan_3_1.IsNull)
oretval.IsNull = true;
else
oretval = (ORG:ES2014_005_demondivind_1 / ORG:ES2014_008_demopjan_3_1) * 1000;
return oretval;
|
Excerpt from: | Social Explorer; Eurostat: Technical Documentation |
Eurostat: Technical Documentation -> General notes -> Variable descriptions -> Crude divorce rate |
Crude divorce rate - The ratio of the number of divorces during the year to the total population in that year. The value is expressed per 1000 persons.