qtr2month: Quarterly to monthly desagregation

Description Usage Arguments Value Examples

View source: R/qtr2month.r

Description

It transforsms a quarterly time series in a monthly. To the last month of the monthly ts is set the value of the quarterly ts.

Usage

1

Arguments

x

Variable in quarterly frequency

Value

The correpondent monthly transformation or agregation.

Examples

1
2
3
4
# Selecting only last month of matrix time series BRGDP:
mestri_vintage<-month2qtr(BRGDP[,dim(BRGDP)[2]])

qtr2month(mestri_vintage) 

guilbran/nowcasting documentation built on May 17, 2019, 2:09 p.m.