Inference and R

R
Statistics
Author

Michael

Published

June 5, 2009

Dan Goldstein posted a short overview of Inference which allows working with R code in Microsoft Office and Excel.

I want to point at Sweave which does an excellent job in connecting R to LaTeX. Here is a short demo of Sweave which also connects the approach of Sweave to the ‘literate programming‘ idea of Donald Knuth (Father of ‘The Art of Computer Programming’ and TeX).

The basic idea is to combine programming (an analysis in the case of R) with documentation into one process. This seems to be useful when one goes back to an older analysis and tries to find out what was done some months ago.

Additionally you find a longer interview with Paul van Eikeren on the same topic here.

Enjoy!