christophsax / seasonal

R interface to X-13ARIMA-SEATS
www.seasonal.website
120 stars 27 forks source link

How to output whether one time series is transformed or not #238

Closed LinyiGuo96 closed 4 years ago

LinyiGuo96 commented 4 years ago

Hi, I am working with seasonal adjustment recently.

Currently, I want to know how I can output whether one time series is transformed or not. I know I could see the transformation with 'summary(model)', but how to output it as 'TRUE' or 'FALSE'?

LinyiGuo96 commented 4 years ago

Sorry I think 'transformfunction()' is what I need.