Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


WaveletComp (version 1.0)

marriages.Turkey: 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")

Arguments

Format

A data frame of three columns:
date :
end-of-month date
format: "%Y-%m-%d"
n.Sun : number of Sundays 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

Run this code
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)")     

Run the code above in your browser using DataLab