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

How to adjust number of decimal places outputed by latexOutput() #86

Closed
alexboche opened this issue Mar 16, 2021 · 1 comment
Closed

Comments

@alexboche
Copy link

I would like to create a Latex regression table from some GLM and/or FIxedEffectModels regressions.
I have regtable(sm1a, sm1b; renderSettings = latexOutput()). This prints out the regression table with 3 digits after the decimal. I would like to make that 4 digits after the decimal. How can I do this?
Thanks.

@jmboehm
Copy link
Owner

jmboehm commented Mar 18, 2021

From the readme:

estimformat is a String that describes the format of the estimate. Defaults to "%0.3f".

Hence estimformat = "%0.4f" does what you are looking for.

@jmboehm jmboehm closed this as completed Mar 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants