-
Notifications
You must be signed in to change notification settings - Fork 20
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
Regression Tables for LaTeX #21
Comments
Does this help give you a boilerplate to work from? or Kind of hacky but it makes decent first pass LaTeX tables for classification metrics. |
RegressionTables.jl already supports LaTeX output AFAICT. What is missing? |
The methods rely on package specific internals rather than using the Statistical/Regression model API (same as CovarianceMatrices.jl). Ideally the change would happen in RegressionTables.jl and we can just use that. For the estimator names, I would like to use the |
Right, probably worth filing issues there.
|
Related, jmboehm/RegressionTables.jl#31. |
What kind of information would you like to print? |
Is your feature request related to a problem? Please describe.
Something akin RegressionTables.jl
Describe the solution you'd like
Probably something like
export(mod1, mod2, output = :tex)
Describe alternatives you've considered
I would add it to RegressionTables.jl, but needs an API to make it worthwhile.
The text was updated successfully, but these errors were encountered: