A dataset containing vital statistics such as population, fertility rate and mortality rate of 72 municipalities in Fukuoka prefecture, Japan from 2008 to 2012. The variables are as follows:
data(vsfuk2012)
A data frame with 72 rows and 17 variables
CityCode. code of the municipality
CityName. name of the municipality
Type. municipality type, City, Town, Village or Ward
FertilityRate. fertility rate: number of births per 1,000 population
MortalityRate. mortality rate: number of deaths per 1,000 population
MR_male. mortality rate of male
MR_female. mortality rate of female
IMR. infant mortality rate: number of deaths per 1,000 births
FDR_sp. spontaneous fetal death rate: number of deaths per 1,000 births
FDR_artificial. artificial fetal death rate: number of deaths per 1,000 births
MarriageRate. marriage rate: number of marriages per 1,000 population
DivorceRate. divorce rate: number of divorces per 1,000 population
TFR. total fertility rate: average number of children that would be born to a woman over her lifetime
SMR_male. standardized mortality ratio of male
SMR_female. standardized mortality ratio of female
pop_male. male population
pop_female. female population