| d.birthrates | R Documentation |
Standardized fertility measure and socio-economic indicators for
each of 182 districts of Switzerland at about 1888.
This is an extended version of the swiss dataset of standard R.
data("d.birthrates")
data("d.birthratesVars")
d.birthrates:
A data frame with 182 observations on the following 25 variables.
fertilityCommon standardizedfertility measure, see details
fertTotalAlternative fertility measure
infantMortInfant mortality
catholicpercentage of members of the catholic church
single24percentage of women aged 20-24 who are single
single49percentage of women aged 45-49 who are single
eAgricProportion male labor force in agriculture
eIndustryProportion male labor force in industry
eCommerceProportion male labor force in trade
eTransportProportion male labor force in transportation
eAdminProportion male labor force in public service
germanpercentage of German
frenchpercentage of French
italianpercentage of Italian
romanshpercentage of Romansh
gradeHighProp. high grade in draftees exam
gradeLowPropr. low grade in draftees exma
educHighProp. draftees with > primary educ.
bornLocalProportion living in commune of birth
bornForeignProportion born in foreign country
sexratioSex ratio (M/F)
cantonCanton Name
districtDistrict Name
altitudealtitude in three categories: low, medium, high
languagedominating language: german, french, italian, romansh
d.birthratesVars:
Data.frame that contains the descriptions of the variables just read.
?swiss says:
(paraphrasing Mosteller and Tukey):
Switzerland, in 1888, was entering a period known as the
'demographic transition'; i.e., its fertility was beginning to
fall from the high level typical of underdeveloped countries.
The exact definition of fertility is as follows.
fertility = 100 * B_l/ sum m_i f_i, where
B_l = annual legitimate births,
m_i = the number of married women in age interval i,
and f_i = the fertility Hutterite women in the same age interval.
"Hutterite women" are women in a population that is known to be extremely
fertile.
Stillbirths are included.
https://opr.princeton.edu/archive/pefp/switz.aspx
see source
data(d.birthrates)
## maybe str(d.birthrates) ; plot(d.birthrates) ...
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.