The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
4answers
1k views

LaTeX output for R's summary.lm object - while displaying the information outside the table

This seemed to me to be basic, but I can't seem to find a solution online, so I wondered what I might be missing. I wish to include the output of an lm summary object inside an Sweave (.Rnw) ...
3
votes
1answer
384 views

Typographic conventions for width of figures in LaTeX data analysis reports

I've been thinking recently about conventions for figure width in data analysis reports that lead to PDFs (e.g., in A4 or Letter size). My usual context is R, Sweave, and LaTeX. The default figure ...
7
votes
4answers
1k views

Most efficient order to learn LaTeX, Sweave, Beamer?

I am very interested in learning how to create reoccurring reports from my R code and ggplot2 visualization. I understand that LaTeX seems to be a possible answer, and to use it with R most use ...
45
votes
14answers
2k views

Complete substantive examples of reproducible research using R

The Question: Are there any good examples of reproducible research using R that are freely available online? Ideal Example: Specifically, ideal examples would provide: The raw data (and ideally ...
5
votes
5answers
532 views

Comparing reproducible research strategies: brew or Sweave vs. R2HTML

This is a bit more "think about it" question - but I see it as an important one to ask. I have been struggling for the past few days with having a more reproducible-research-like workflow. I am ...
11
votes
4answers
1k views

Setting up Sweave, R, Latex, Eclipse StatET

A few days ago I saw a post on how to setup a SweaveR, which would allow for a user to directly export things like tables, graphs, etc. into Latex. I couldn't quite follow the directions. Can anyone ...
5
votes
3answers
1k views

What are efficient ways to organize R code and output?

I am looking for input on how others organize their R code and output. My current practice is to write code in blocks in a text file as such: ...
12
votes
1answer
3k views

How to create coloured tables with Sweave and xtable?

I am using Sweave and xtable to generate a report. I would like to add some coloring on a table. But I have not managed to find any way to generate colored tables with xtable. Is there any other ...
25
votes
7answers
589 views

How to increase longer term reproducibility of research (particularly using R and Sweave)

Context: In response to an earlier question about reproducible research Jake wrote One problem we discovered when creating our JASA archive was that versions and defaults of CRAN packages ...