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
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
The text was updated successfully, but these errors were encountered:
This can be written as part of a report() generic, which returns appropriate output for a report.
report()
On models, report() can return the equation for the model. A table can be produced for forecasts and accuracy measures.
Sorry, something went wrong.
Could also be broken down into equation(), keeping report() for tabular ouputs.
equation()
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: