Learn R Programming

BCDating (version 0.9.8)

BCDating-package: Business Cycle Dating and Plotting Tools

Description

This package implements the Harding and Pagan algorithm that creates a quarterly dating from a univariate time series. Procedures for printing and plotting appropriate graphs are provided. Also the dating for business cycles of the economy of Iran (by MBRI, CBI) is provided.

Arguments

Details

Package: BCDating
Type: Package
Version: 0.9.8
Date: 2019-01-06
License: GPL-2
Depends: methods

See Also

BBQ, BCDating Class, avgts

Examples

Run this code
# NOT RUN {
library(BCDating)
data("Iran.non.Oil.GDP.Cycle")
dat <- BBQ(Iran.non.Oil.GDP.Cycle, name="Dating Business Cycles of Iran")
show(dat)
summary(dat)
plot(dat)
plot(dat,Iran.non.Oil.GDP.Cycle)

data("MBRI.Iran.Dating")
plot(MBRI.Iran.Dating)
# }

Run the code above in your browser using DataLab