search for: sweavetempl

Displaying 7 results from an estimated 7 matches for "sweavetempl".

2009 Jun 15
2
Sweave template
Dear Group, I have made significant improvements to our Sweave template, have made the template self-contained (i.e., you can run it yourself and it will find the datasets it needs), and have included the output pdf file. This is at http://biostat.mc.vanderbilt.edu/SweaveTemplate . You will see in the pdf file the enhancements in how R code is pretty-printed, and I have added an example where some R function output is suppressed from the listing that Sweave typesets. The new template also suggests how to auto-document the computing environment at the end of the rep...
2009 Jun 06
2
Truncated R output in Sweave
...on were not omitted. Does anyone have an idea of how to do this elegantly? By the way I just discovered the SweaveListingUtils package by Peter Ruckdeschel (on CRAN), which produces beautifully printed R code in Sweave code chunks. I put some info about it at http://biostat.mc.vanderbilt.edu/SweaveTemplate which has our Sweave template for statistical reports. Thanks Frank -- Frank E Harrell Jr Professor and Chair School of Medicine Department of Biostatistics Vanderbilt University
2010 Aug 24
5
Sweave.sty
Does anyone know where I can download the latest version of Sweave.sty? I have looked all over the site http://www.stat.umn.edu/~charlie/Sweave/ with no luck.
2020 Oct 24
2
[External] Re: Package recommendations for outputting table with cell formatting
...?sed? commands that are similar to those in the ?S.to.latex? procedure in the ?s.to.latex? package (Chambers and Hastie, 1993). ?latex.function? can also produce ?verbatim? output or output that works with the ?Sweavel? LaTeX style at <URL: http://biostat.mc.vanderbilt.edu/SweaveTemplate>. On Fri, Oct 23, 2020 at 11:11 PM John Kane <jrkrideau at gmail.com> wrote: > > This comes with no guarantee since i have only tried one or two packages > mentioned but have a look at <a href=" > https://rfortherestofus.com/2019/11/how-to-make-beautiful-tables-in-...
2009 Jun 28
0
Sweave findings
...LaTeX fancyvrb package prevents escapes such as plot(x) # See Figure \ref{my.plot} The only way I could solve the problem in general is to use a Perl script to pretty-print the R code, and to let Perl handle escapes. I have posted information about this at http://biostat.mc.vanderbilt.edu/SweaveTemplate along with an example pdf file. This involves the use of a modification of Sweave.sty which I've called Sweavel.sty, which also incorporates colors and boxes the R output. This process involves more user setup but ultimately allows much more control. Luckily latex and pdflatex impleme...
2020 Oct 24
0
Package recommendations for outputting table with cell formatting
This comes with no guarantee since i have only tried one or two packages mentioned but have a look at <a href=" https://rfortherestofus.com/2019/11/how-to-make-beautiful-tables-in-r/"> R Tables</a>. On Fri, 23 Oct 2020 at 20:28, Dennis Fisher <fisher at plessthan.com> wrote: > R 4.0.2 > OS X > > Colleagues > > I have the unfortunate need to create a
2020 Oct 24
5
Package recommendations for outputting table with cell formatting
R 4.0.2 OS X Colleagues I have the unfortunate need to create a large number of tables (destined for a Word document). I need to color cells depending on the contents, e.g., blue if the value is < 0.5, red if the value is > 1.5. If the output went initially to Excel, that would work; outputting directly to Word would be even better. I expect that several packages can accomplish this. I