7 March 2010 1 Comment

How to write a book with R and LaTeX

2010-03-10_005916

Think faster than “How to write a book in 28 days”. With the freely available R language you can create a book in less than 28 seconds. Unfortunately, you still have to write the text and do the programming. What you can do is integrate the R code and text into the same files, then [...]

Tags: ,
7 March 2010 0 Comments

vcasmo: video/presentation + picture/slides together!

I was reading this blog post on Revolutions Computing’s blog and discovered the vcasmo service, a way to post a presentation or video with the slides right next to it. This is DEFINITELY something I will use. Often times I watch talks or presentation videos online and most of the time the videos are either focused on [...]

Tags: , ,
7 March 2010 1 Comment

Howto Create Great Presentations using Beamer, Sweave and LaTeX

2010-03-07_123439

To achieve this goal, we need use the concept of literate programming, yet another one of Donald Knuth’s contributions to the world. LP “represents a move away from writing programs in the manner and order imposed by the computer, and instead enables programmers to develop programs in the order demanded by the logic and flow [...]

Tags: , , ,
7 March 2010 0 Comments

Statistics With R – Online Books, Code and Some Other Useful Resources

Statistics With R – Online Books, Code and Some Other Useful Resources

Online Books Statistics with R by Vincent Zoonekynd, 2007   It covers 1. Introduction to R 2. Programming in R 3. From Data to Graphics 4. Customizing graphics 5. Factorial methods: Around Principal Component Analysis (PCA) 6. Clustering 7. Probability Distributions 8. Estimators and Statistical Tests 9. Regression 10. Other regressions 11. Regression Problems — [...]

7 March 2010 1 Comment

Statistics With R – Why? and Why Not?

Statistics With R

When doing math or numerical analysis, the knowledge of the technique is far too often tied to the tool performing the calculation.  Consider an engineer whose understanding of the Fast Fourier transformation is inseparably tied to the fft function in Matlab.  Of course this hypothetical engineer understands what the results mean (more or less) but [...]

Tags: , ,