marriages.Turkey {WaveletComp} | R Documentation |
Series of monthly marriages in Turkey
Description
Series of monthly marriages in Turkey (1988-2013), as reported by DIE (Devlet Istatistik Enstitusu) / TUIK (Turkiye Istatistik Kurumu).
Usage
data("marriages.Turkey")
Format
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 |
Source
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.
Examples
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)")
[Package WaveletComp version 1.1 Index]