tsqm: Interpolate quarterly time series into monthly

View source: R/tsqm.R

tsqmR Documentation

Interpolate quarterly time series into monthly

Description

Repeat quarterly variables two times to generate a monthly variable.

Usage

tsqm(qts)

Arguments

qts

quarterly time series

Examples

tsq <- ts(1:20,start=c(1990,1),frequency = 4)
tsqm(tsq)


tstools documentation built on June 7, 2023, 5:13 p.m.