2009

R Tutorial Series: Zero-Order Correlations

November 6, 2009 | John M. Quick

One of the most common and basic techniques for analyzing the relationships between variables is zero-order correlation. This tutorial will explore the ways in which R can be used to employ this method.Tutorial FilesBefore we start, you may want to dow...
[Read more...]

Creating scatter plots using ggplot2

November 6, 2009 | Ralph

The ggplot2 package can be used as an alternative to lattice for producing high quality graphics in R. The package provides a framework and hopefully simple interface to producing graphs and is inspired by the grammar of graphics. The main function for producing graphs in this package is qplot, which ... [Read more...]

Top Five Open Source Projects of 2009

November 5, 2009 | Ed Borasky

Every year, I single out what I think are the Top Five open source projects. This year, there's only one hold-over from previous years, and it's likely that I'm just going to give it a Lifetime Achievement Award and pick five others next year. 5. NetBe... [Read more...]

opentick alternatives

November 5, 2009 | Joshua Ulrich

I've been getting a bit of traffic from people searching for opentick (the defunct company), so I've started a list of similar (but non-free) data providers. I'm not affiliated with any of these vendors, and the list is in no particular order. I'll u...
[Read more...]

R has a JSON package

November 5, 2009 | nsaunders

Named rjson, appropriately. It’s quite basic just now, but contains methods for interconversion between R objects and JSON. Something like this: __ library(rjson) __ data json json [1] "{\"a\":1,\"b\":2,\"c\":3}" __ cat(json, file="data.json") Use cases? I wonder if RApache could be used to build an API that serves ... [Read more...]

Show me the mean(ing)…

November 5, 2009 | Manos Parzakonis

Well testing a bunch of samples for the largest population mean isn’t that common yet a simple test is at hand. Under the obvious title “The rank sum maximum test for the largest K population means” the test relies on the calculation of the sum of ranks under the ... [Read more...]

Scivews-K got updated again

November 4, 2009 | Shige

With the recent update, I was able to get it working properly.Interestingly, while it works on my Vista 64-bit, it does not work on my Ubuntu 64-bit. I have no idea what is going on.
[Read more...]

R’s xtabs for total weighted read coverage

November 4, 2009 | Jeremy Leipzig

Samtools and its BioPerl wrapper Bio::DB:Sam prefer to give read coverage on a depth per base pair basis. This is typically an array of depths, one for every position that has at least one read aligned. OK, works for me. But how can we quickly see which targets (... [Read more...]

Split, apply, and combine in R using PLYR

November 4, 2009 | Stephen Turner

While flirting around with previously mentioned ggplot2 I came across an incredibly useful set of functions in the plyr package, made by Hadley Wickham, the same guy behind ggplot2.  If you've ever used MySQL before, think of "GROUP BY", but here you can arbitrarily apply any R function to splits ... [Read more...]

LondonR tomorrow night

November 2, 2009 | mikeksmith's posterous

LondonR Date: Tuesday 3rd November Time: 6pm – 9.30pm Venue: Shooting Star Public house, 129 City Rd London, EC1, United Kingdom +44 20 7929 6818 Introduction: Richard Pugh - mangosolutions 6.15pm: Richard Saldanha - R in the ... [Read more...]

useR! 2006

October 30, 2009 | Vincent Zoonekynd's Blog

Last week, I attended the 2006 UseR! conference: here is a (long) summary of some of the talks that took place in Vienna -- since there were up to six simultaneous talks, I could not attend all of them... In this note: 0. General remarks 1. Tutorial:... [Read more...]

R graphics

October 30, 2009 | Vincent Zoonekynd's Blog

I just finished reading Paul Murrel's book, "R graphics". There are two graphical systems in R: the old ("classical" -- in the "graphics" package) one, and the new ("trellis", "lattice", "grid" -- in the "lattice" and "grid" packages) one. The first...
[Read more...]

Statistics with R

October 30, 2009 | Vincent Zoonekynd's Blog

I have just uploaded the new version of my "Statistics with R": http://zoonek2.free.fr/UNIX/48_R/all.htmlThe previous version was one year and a half old, so in spite of the fact I have not had much time to devote to it in the past two years, ... [Read more...]

Use R 2009 Conference

October 30, 2009 | Vincent Zoonekynd's Blog

I did not attend the conference this year, but just read through the presentations. There is some overlap with other R-related conferences, such as R in Finance or the Rmetrics workshop. http://www.agrocampus-ouest.fr/math/useR-2009/ http://www.rinfin...
[Read more...]

Decimal log scale on a plot

October 30, 2009 | Timothée Poisot

R only does natural (neperian) log scales by default, and this is lame. Here is a simple code to do decimal log scale, pretty much a requirement for scientists… The force(x/y)lim options works for natural and log scales (for the later case, you need to specify the ... [Read more...]
1 8 9 10 11 12 36

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)