Monthly Archives: October 2009

Including R Code in a Blog Post

October 5, 2009
By
Including R Code in a Blog Post

This post discusses ways of including formatted code in a blog post.I often write posts that include computer code. This might be R code, SPSS syntax, an Inquisit script, or a Visual Basic Macro.The Problem:Initially I did not know how to include this ...

Read more »

Using R to Analyze Baseball Games in “Real Time”

October 4, 2009
By

This post originally appeared on my Wordpress blog on October 4, 2009. I present it here in its original form. In order to honor the last day of the 2009 MLB regular season (excepting the Twins/Tigers tiebreaker Tuesday night), I was reading...

Read more »

Using R to Analyze Baseball Games in “Real Time”

October 4, 2009
By

This post originally appeared on my Wordpress blog on October 4, 2009. I present it here in its original form. In order to honor the last day of the 2009 MLB regular season (excepting the Twins/Tigers tiebreaker Tuesday night), I was reading...

Read more »

Using R to Analyze Baseball Games in “Real Time”

October 4, 2009
By
Using R to Analyze Baseball Games in “Real Time”

In order to honor the last day of the 2009 MLB regular season (excepting the Twins/Tigers tiebreaker Tuesday night), I was reading a book that combines a few of my favorite thing: statistics, R, and baseball. The book, by Joseph Adler, is called Baseball Hacks, and I highly recommend it if you are interested in

Read more »

Calculating Scale Scores for Psychological Tests

October 4, 2009
By
Calculating Scale Scores for Psychological Tests

This post discusses how to calculate scale scores for multi-item scales. A lot of psychological research uses multi-item scales (e.g., personality tests, symptoms check lists, surveys, etc.). This post focuses on the issues involved with computing thes...

Read more »

Using doc-view with auto-revert to view LaTeX PDF output in Emacs

October 3, 2009
By
Using doc-view with auto-revert to view LaTeX PDF output in Emacs

When I am authoring a document in Emacs, such as a report or my CV, it is useful for me to compile the source file periodically to see what the resulting file PDF looks like. I used to run a separate PDF viewer to look at the output, but I now have a complete Emacs

Read more »

Data Mining and Statistics Video Course

October 3, 2009
By
Data Mining and Statistics Video Course

David Mease has an online course presented with complete videos (Statistics 202: Statistical Aspects of Data Mining ). The course uses Excel and R.I might update this post with a few notes below on what is covered as I get a chance to watch t...

Read more »

smoothScatter in base R

October 2, 2009
By
smoothScatter in base R

smoothScatter function is now available also in base R - in the recommended package graphics that is shipped with R. Originally this function was in the genepplotter package from Bioconductor. I really like it since it can nicely plot large datasets. B...

Read more »

smoothScatter in base R

October 2, 2009
By
smoothScatter in base R

smoothScatter function is now available also in base R - in the recommended package graphics that is shipped with R. Originally this function was in the genepplotter package from Bioconductor. I really like it since it can nicely plot large datasets. B...

Read more »

Make Safari behave as Firefox

Make Safari behave as Firefox

Some weeks ago I switched from Firefox to Safari. While Safari is -- in my experience -- quicker, better looking, and has Top Sites, I was also missing some functionality of firefox. To be more precise, I missed the 'search when start typing' option, a...

Read more »