tsqm {tstools}R 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)


[Package tstools version 0.4.3 Index]