m_to_q {tstools} | R Documentation |
Turn monthly series with regular NAs to quarter
Description
Monthly series with NAs in non-quarter months are turned to quarterly series. Series without NAs are just returned.
Usage
m_to_q(series)
Arguments
series |
an object of class ts with monthly frequency |
[Package tstools version 0.4.3 Index]