October 2009

R for system administration and scripting

October 10, 2009 | Thinking inside the box

On several occassions, R had suggested itself as a language for systems scripting. By this I mean random little adminstrative task such as (re-)moving or maybe renaming files or directories and the like. One of such cases just happened a few minutes ago. The aforementioned Garmin Forerunner 405 can cooperate ... [Read more...]

50000 Revisions Committed to R

October 10, 2009 | Yihui Xie

oday Romain Francois posted an interesting topic in the R-help list, and you can read his blog post for more details: celebrating R commit #50000. 50000 is certainly not a small number; we do owe R core members a big “thank you” for their great efforts in this fantastic statistical language in ... [Read more...]

celebrating R commit #50000

October 9, 2009 | romain francois

pre{ font-size: x-small !important ; border: 1px solid black ; } Today, Brian Ripley commited the revision 50 000 into R svn repository. ------------------------------------------------------------------------ r50000 | ripley | 2009-10-09... [Read more...]

Delete rows from R data frame

October 8, 2009 | heuristicandrew

Deleting rows from a data frame in R is easy by combining simple operations. Let’s say you are working with the built-in data set airquality and need to remove rows where the ozona is NA (also called null, blank or missing). The method is a conce... [Read more...]

What ‘The power of R’ is saying

October 7, 2009 | the R user...

Hey again,I was looking for random things at google and I found such an interesting site: www.wordle.net, were you can put lots of words or the url of a blog (like this for example) and you get a cloud with the words you put and you can ... [Read more...]

Factor Analysis in R

October 7, 2009 | Jeromy Anglim

This post shows an example of running a basic factor analysis in R.Additional Resources:Quick-Rpsych packageJame's Steiger's exampleFactoMineR packageThe Example:The example is based on responses by 117 university students to a 50 item version of the I...
[Read more...]

Efficient Variable Selection in R

October 7, 2009 | Jeromy Anglim

This post sets out my procedure for efficiently and reliably selecting variables from a data.frame in RTHE PROBLEMFor years I have been tormented by the hassle of selecting variables in a data.frame. I often work with psychological datasets with hundre...
[Read more...]

R Commander: A Basic Statistics GUI for R

October 6, 2009 | Stephen Turner

R is a great tool with lots of resources for genetics, genome-wide association studies, and many other biological applications.  We've covered several places to find help in R in the past, but if you're still apprehensive about diving into R's command-line interface, fear not.  The R commander is a graphical ... [Read more...]

Expressions!

October 5, 2009 | R Tips

I never really saw a use for these until I started testing code en mass. I found myself doing lots and lots of copy and paste. I heard it from Steve McConnell in his Code Complete book where he said if you are copying and pasting you are programming ... [Read more...]

Functions from functions

October 5, 2009 | R Tips

I've been really busy lately working on my dissertation and applying for jobs. But I've found a few really cool things that I'd like to share. These are pretty complex things so lets break it up into a few tips. First Tip: did you know that you can re... [Read more...]

Oil vs gas

October 5, 2009 | kafka

Recently, friend of my, got investment advise from his broker – long gas, because the price of gas is very low compared to oil. The broker didn’t indicate neither profit target or stop loss… I got hooked on the idea. First of all, I ran linear regression on monthly prices ... [Read more...]

Including R Code in a Blog Post

October 5, 2009 | Jeromy Anglim

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 | erikr

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 ... [Read more...]
1 2 3 4 5

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)