Welcome

Apr 29th, 2010

Hello World

Here is some R code:

library(MASS)
 
for (i in 1:5) {
   cat(i,"\n")
}

Cool!

\displaystyle\sum_{i=1}^{5} i

Tags: