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)


mbannert/tstools documentation built on Feb. 4, 2024, 3:34 p.m.