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

Regression Tables for LaTeX #21

Open
Nosferican opened this issue Sep 12, 2019 · 6 comments
Open

Regression Tables for LaTeX #21

Nosferican opened this issue Sep 12, 2019 · 6 comments
Labels
enhancement New feature or request

Comments

@Nosferican
Copy link
Owner

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.

@Nosferican Nosferican added the enhancement New feature or request label Sep 12, 2019
@caseykneale
Copy link

@nalimilan
Copy link

RegressionTables.jl already supports LaTeX output AFAICT. What is missing?

@Nosferican
Copy link
Owner Author

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 Base.summary if it makes sense or maybe just implement something for that particular field.

@nalimilan
Copy link

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.

Right, probably worth filing issues there.

For the estimator names, I would like to use the Base.summary if it makes sense or maybe just implement something for that particular field.

Base.summary is an internal function used to print "a brief description of a value", so using it for something else wouldn't be great.

@Nosferican
Copy link
Owner Author

Related, jmboehm/RegressionTables.jl#31.
Maybe part of the abstraction? Something like string(StatsBase.estimator(model))?

@nalimilan
Copy link

What kind of information would you like to print?

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

No branches or pull requests

3 participants