Am 03.09.2026 um 16:53 schrieb Ramki S:
Is there anyway we can get subseries plots? I am getting season plot
but i would like fact plots by month for all the years in a dataset.
https://otexts.com/fpp3/subseries.html
Maybe something like this?
<hansl>
open hamilton
list PM = seasonals() ^ PC6IT # short-cut operator ^ for interaction
effects
tsplots PC6IT*1 --output=display # the *1 at the end picks the results
where the dummies are 1
</hansl>
-s