powered by
Repeat quarterly variables two times to generate a monthly variable.
tsqm(qts)
quarterly time series
tsq <- ts(1:20, start = c(1990, 1), frequency = 4) tsqm(tsq)
Run the code above in your browser using DataLab