Series of monthly marriages in Turkey
Series of monthly marriages in Turkey (1988-2013), as reported by DIE (Devlet Istatistik Enstitusu) / TUIK (Turkiye Istatistik Kurumu).
data("marriages.Turkey")
A data frame of three columns:
date | : | end-of-month date, | |
format: "%Y-%m-%d" |
|||
n.Sun | : | number of Sundays in this month | |
marriages | : | number of marriages in this month |
DIE (Devlet Istatistik Enstitusu) / TUIK (Turkiye Istatistik Kurumu)
Jan 1988 to Dec 2000:
"Evlenme istatistikleri", DIE (Devlet Istatistik Enstitusu, Ankara), ISSN: 1300-1086; several issues.
Jan 2001 to Dec 2013:
http://www.tuik.gov.tr/VeriTabanlari.do?vt_id=21&ust_id=109; accessed Oct 1, 2014.
data(marriages.Turkey) plot(ts(marriages.Turkey$marriages, frequency = 12, start = c(1988,1)), type = "l", xlab = "", ylab = "", main = "monthly marriages in Turkey (1988-2013)")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.