Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

equation() #4

Open
robjhyndman opened this issue Apr 16, 2018 · 2 comments
Open

equation() #4

robjhyndman opened this issue Apr 16, 2018 · 2 comments
Labels
enhancement
Milestone

Comments

@robjhyndman
Copy link
Member

@robjhyndman robjhyndman commented Apr 16, 2018

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

@mitchelloharawild
Copy link
Member

@mitchelloharawild mitchelloharawild commented May 15, 2018

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
Copy link
Member

@mitchelloharawild mitchelloharawild commented May 30, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement
Projects
None yet
Development

No branches or pull requests

2 participants