Skip to content
Prev 367045 / 398506 Next

rms::latex.anova broken?

In recent versions of rms on CRAN there was a non-downward compatible
change.  To get latex output for summary, anova, and print on fit objects
you leave off file="" (because we're usually using knitr anyway) and use

options(prType='latex')
anova(f)     # LaTeX output

You can use options(prType='html') to get special html output for RMarkdown
html reports and html notebooks.

There are small changes in Hmisc, e.g., leave off file="" for
latex(describe()).

Frank

------------------------------
Frank E Harrell Jr      Professor and Chairman      School of Medicine

Department of *Biostatistics*      *Vanderbilt University*

On Wed, Feb 8, 2017 at 12:19 PM, Kevin E. Thorpe <kevin.thorpe at utoronto.ca>
wrote:

  
  
Message-ID: <CAMO-wTZ=f9Ce=X52o-ftUZi7+6B+cedv=ou7c+WY8PJRBBnQwg@mail.gmail.com>
In-Reply-To: <273527dd-e0c5-471f-eaa7-c2c784d2d209@utoronto.ca>