Error for TSA month and season

month.=season(retail)
retail.lm=lm(retail~month.+time(retail))
summary(retail.lm)

month.=season(retail)
Error in season(retail) : could not find function "season"
retail.lm=lm(retail~month.+time(retail))
Error in eval(predvars, data, env) : object 'month.' not found
summary(retail.lm)
Error in summary(retail.lm) : object 'retail.lm' not found

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.