Description Usage Format Source Examples
Series of monthly marriages in Turkey (1988-2013), as reported by DIE (Devlet Istatistik Enstitusu) / TUIK (Turkiye Istatistik Kurumu).
1 | 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.
1 2 3 4 5 | 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)")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.