September 2010

R SQL-ish aggregation

September 10, 2010 | ellbur

I came to R from SQL. I’ve heard that packages such as reshape and plyr are quite beautiful, but to me they are somewhat non-intuitive. I’m always looking for SELECT mean(sodium) as mean, variance(sodium) as var FROM texas GROUP BY … Continue reading → [Read more...]

plyr and reshape: better, faster, more productive

September 10, 2010 | David Smith

Hadley Wickham has just released updates to his data-manipulation packages for R, plyr and reshape (now called reshape2), that are much faster and more memory-efficient than the previous incarnations. The reshape2 package lets you flexibly restructure and aggregate data using just three functions (melt, acast and dcast), whereas the plyr ... [Read more...]

Revolution R Enterprise, some thoughts

September 9, 2010 | Shige

I requested an academic copy of the Revolution R Enterprise today. Since they only have Windows or Redhat version, I installed it on an old spare machine dual-booting Linux and Windows. I like what they did with the IDE (the debugger is nice) and ... [Read more...]

Off to Banff!!

September 9, 2010 | xi'an

Today I am travelling from Paris to Banff, via Amsterdam and Calgary, to take part in the Hierarchical Bayesian Methods in Ecology two day workshop organised at BIRS by Devin Goodsman (University of Alberta),  François Teste (University of Alberta), and myself. I am very excited both by the opportunity ... [Read more...]

What can other languages learn from R?

September 9, 2010 | David Smith

At the ASA Statistical Computing Award ceremony in Vancouver last month, R's co-creator Ross Ihaka said that R began as a "system that was functional and well-designed, and made it easy and fun for other people to help". R's other co-creator, Robert Gentleman, also described the ability of others to ... [Read more...]

A quick ggplot2 hack (multiple dataframes)

September 9, 2010 | Timothée

I’m starting to get familiar with ggplot2, and I really like it. I just found a very quick way to use several dataframes within the same plot, provided that the dataframes share columns names. One obvious application is the production (…)Read the rest of this entry » [Read more...]

Typo in Chapter 5

September 9, 2010 | xi'an

Gilles Guillot from Technical University of Denmark taught a course based on our R book and he pointed out to me several typos in Chapter 5 of “Introducing Monte Carlo Methods with R”: p.137 second equation from bottom should be [right, another victim of cut-and-paste] p. 138  Example 5.7 denominator in the gradient ... [Read more...]

The future of R (2010)

September 8, 2010 | Andrew Gelman

Some thoughts from Christian, including this bit: We need to consider separately 1. R's brilliant library 2. R's not-so-brilliant language and/or interpreter. I don't know that R's library is so brilliant as all that--if necessary, I don't thi... [Read more...]

Webinar September 22: Deploying R

September 8, 2010 | David Smith

In 2 weeks, on Wednesday September 22, I'll be hosting a webinar in conjunction with Andrew Lampitt at Jaspersoft. This new webinar is all about how to Deploy R: in other words, how to use the new server-based capabilities of Revolution R Enterprise 4 for Linux to embed the results of R scripts ... [Read more...]

ECG Project

September 8, 2010 | Matt Shotwell

In an earlier post, I described some ECG signal processing. In fact, these recordings were from my own heart, and I had collected them using a homemade ECG. The following is a repost from my old site describing the device. I assembled an instrumentation amplifier to measure cardiac potentials (i.... [Read more...]

Computer languages and Applied Math

September 8, 2010 | Larry D'Agostino

There is no question that computer languages have helped pushed the envelope for applied mathematics.  It is hard to imagine where we would be without airline scheduling, supply chain management, or inventory control if it were not for all of the ... [Read more...]

Clipping a Surface By a Polygon

September 8, 2010 | James

Background: A common function in standard GIS software enables users to create a raster surface and extract values or clip it based on a set of polygons. This may be used in cases where you want analysis to be constrained to within a town’s boundaries or a coastline. This ... [Read more...]

Canterbury Earthquakes part III

September 8, 2010 | Samuel Brown

As more people keep following the GeoNet website, they are starting to notice the seismic activity in areas other than Christchurch. A few people I've talked to have expressed concern that the Saturday 7-pointer has sparked earthquakes around the count... [Read more...]

Julien on R shortcomings

September 8, 2010 | xi'an

Julien Cornebise posted a rather detailed set of comments (from Jasper!) that I thought was interesting and thought-provoking enough (!) to promote to a guest post. Here it is , then, to keep the debate rolling (with my only censoring being the removal of smileys!). (Please keep in mind that I do ... [Read more...]

Straight, curly, or compiled?

September 7, 2010 | Thinking inside the box

Christian Robert, whose blog I commented-on here once before, had followed up on a recent set of posts by Radford Neal which had appeared both on Radford's blog and on the r-devel mailing list. Now, let me prefix this by saying that I really enjoyed Radford's posts. He obviously put ... [Read more...]

Ah Bach…

September 7, 2010 | C

As announced by David Smith over at Revolution Analytics,  a ggplot2 Case Study Competition is on...   Rather than blogging for the last few days, I cobbled together an entry.  It is not a particularly mind bending use of ... [Read more...]

Eigenimages: The AT&T Cambridge Faces Database

September 7, 2010 | Matt Shotwell

I picked up the AT&T Laboratories Cambridge database of faces for a clustering application. The database consists of images of 40 distinct subjects, each in 10 different facial positions and expressions. Typically, the goal of clustering in these data is to recover the ‘true’ partition, or that which isolates images of ... [Read more...]
1 5 6 7 8 9 10

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)