Tagged Questions
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 ...
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) ...
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 ...
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 ...
25
votes
7answers
588 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
...
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 ...