fable icon indicating copy to clipboard operation
fable copied to clipboard

equation()

Open robjhyndman opened this issue 6 years ago • 2 comments

It would be nice to have a function that takes a model object and returns the latex equations to insert into an Rmarkdown document. This comes up all the time on crossvalidated.com. The latest example is https://stats.stackexchange.com/questions/340838/good-resource-for-converting-arima-output-in-r-to-equation-form

robjhyndman avatar Apr 16 '18 22:04 robjhyndman

This can be written as part of a report() generic, which returns appropriate output for a report.

On models, report() can return the equation for the model. A table can be produced for forecasts and accuracy measures.

mitchelloharawild avatar May 15 '18 01:05 mitchelloharawild

Could also be broken down into equation(), keeping report() for tabular ouputs.

mitchelloharawild avatar May 30 '18 05:05 mitchelloharawild