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

latexDotchart should check labels argument #48

Closed
couthcommander opened this issue May 31, 2016 · 3 comments
Closed

latexDotchart should check labels argument #48

couthcommander opened this issue May 31, 2016 · 3 comments

Comments

@couthcommander
Copy link
Collaborator

Not sure if latexTranslate is the proper thing to call, but a label like "age_at_event" should have underscores escaped. Found after a print.lrm call.

@harrelfe
Copy link
Owner

Please retry this with the verison of latexTabular that's on git but not
yet on CRAN.


Frank E Harrell Jr Professor and Chairman School of Medicine

Department of Biostatistics Vanderbilt University

On Tue, May 31, 2016 at 12:13 PM, Cole Beck notifications@github.com
wrote:

Not sure if latexTranslate is the proper thing to call, but a label like
"age_at_event" should have underscores escaped. Found after a print.lrm
call.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#48, or mute the thread
https://github.com/notifications/unsubscribe/ABGO2tkav4Ime9a1NbhoPSpK5YWDg4yzks5qHGxCgaJpZM4IqwWt
.

@couthcommander
Copy link
Collaborator Author

I believe that's the same issue, but latexDotchart, not latexTabular. Short example:
x=rnorm(5); latexDotchart(x, c('a','b','c','d','e_to_z'), x)

@harrelfe
Copy link
Owner

Fixed and committed. Thanks.


Frank E Harrell Jr Professor and Chairman School of Medicine

Department of Biostatistics Vanderbilt University

On Tue, May 31, 2016 at 2:18 PM, Cole Beck notifications@github.com wrote:

I believe that's the same issue, but latexDotchart, not latexTabular.
Short example:
x=rnorm(5); latexDotchart(x, c('a','b','c','d','e_to_z'), x)


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#48 (comment), or mute
the thread
https://github.com/notifications/unsubscribe/ABGO2l3jghXg0lFG2fA4HUqnZYbsgXq2ks5qHIl7gaJpZM4IqwWt
.

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