harrelfe / Hmisc

Harrell Miscellaneous
Other
208 stars 81 forks source link

latexDotchart should check labels argument #48

Closed couthcommander closed 8 years ago

couthcommander commented 8 years ago

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 commented 8 years ago

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 https://github.com/harrelfe/Hmisc/issues/48, or mute the thread https://github.com/notifications/unsubscribe/ABGO2tkav4Ime9a1NbhoPSpK5YWDg4yzks5qHGxCgaJpZM4IqwWt .

couthcommander commented 8 years ago

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 commented 8 years ago

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 https://github.com/harrelfe/Hmisc/issues/48#issuecomment-222791749, or mute the thread https://github.com/notifications/unsubscribe/ABGO2l3jghXg0lFG2fA4HUqnZYbsgXq2ks5qHIl7gaJpZM4IqwWt .