stargazer for tslm (exporting regression results in latex table)

Hello

I am trying to use the function stargazer to export my regressions results which have been created using tslm. But I get the error that stargazer does not recognize this object type. Is there a way to use it for tslm objects?

Example:

Linear_regression <- tslm(Volumes ~ trend + Rates)
stargazer(Linear_regression)

% Error: Unrecognized object type.

Many thanks

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