marriages.Turkey: Series of monthly marriages in Turkey

Description Usage Format Source Examples

Description

Series of monthly marriages in Turkey (1988-2013), as reported by DIE (Devlet Istatistik Enstitusu) / TUIK (Turkiye Istatistik Kurumu).

Usage

1
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

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)")     

Example output



WaveletComp documentation built on May 2, 2019, 6:33 a.m.