Learn R Programming

tstools (version 0.4.3)

tsqm: 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

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

Run the code above in your browser using DataLab