Maiden voyage

[This article was first published on Statistics, plain and sample., and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Who

Me. I’m an associate professor of Statistics at Youngstown State University in Youngstown, Ohio, USA. I’ve been using R for about 7 years, Emacs about 3 years, git about 1 year, and Org-Mode for less than a year.

What

I want this blog to be about statistics, plain and sample. No frills, no tomfoolery, just bare-boned statistics from beginning to end. Plus Emacs, ESS, Org-Mode, and R, but that goes without saying.

When

I’ve wanted to do this for a long time, but had as of yet convinced myself that I didn’t have time for it. A sabbatical coupled with the renewed energy of a use R! conference can change things considerably.

Emacs + Org mode + Jekyll + Github = Blog + R!

After much fiddling and googling I have managed to figure out how to run a blog entirely through Emacs and Git. If you’d like to do the same I recommend reading here and here, with liberal doses of here and here. Ultimately, if you’d like to know how I do it then you can find the org-mode source code for this blog here and you can download the final result here (which still is source code but is as close to final as possible).

The bottom line: with this setup I can effortlessly do R code like this:

rnorm(10)


 [1] -1.07503636 -0.11587837  0.64801870 -0.78416095 -0.05825559 -0.26152707
 [7]  0.36192812 -0.63710301 -0.35185059  0.30624394

And can include plots like this:

/images/skiddaw.png

A plot to get things started

all housed inside a simple, dynamic text file that I can edit with Emacs and can version-control with git. On top of all this, I get LaTeX formatting in HTML via MathJax. Life is good.

To leave a comment for the author, please follow the link and comment on their blog: Statistics, plain and sample..

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)