September 2010

The FourierDescriptors Package

September 4, 2010 | John Myles White

Introduction I’ve just uploaded a new package to CRAN based on a stimulus generation algorithm that I use for my experiments on vision. The FourierDescriptors package provides methods for creating, manipulating and visualizing Fourier descriptors, which are a representational scheme used to describe closed planar contours. The canonical reference ... [Read more...]

Weekend art in R (Part 4)

September 4, 2010 | Matt Asher

Computer creations are perfect by design. We put in numbers, and if all goes well we get out an exact result. If we want a line, we want it perfectly straight. If we want a circle, it should conform to the platonic ideal of a circle. From a mathematical standpoint, ... [Read more...]

Cricket data analysis

September 4, 2010 | prasoonsharma

Cricket World Cup 2011 is approaching and I'm interested in analyzing one day international cricket data to predict some results and share interesting information about cricket.  For the analysis, I need cricket data and tried several things to ge...
[Read more...]

Oh (de)bugger! Part II

September 3, 2010 | richierocks

In the first part of this series, I discussed some standard debugging techniques, like the use of the browser function. One of the limitations of browser is that it isn’t much help if the problem is somewhere higher up the call-stack. ... The function I’m going to show you ... [Read more...]

Fourteen patches to speed up R

September 3, 2010 | Radford Neal

Following my discovery of two surprising inefficiencies in R, I’ve been inspired to spend much of the last two weeks looking for ways to speed it up. I’ve had quite a bit of success, both at finding ways to speed up particular functions, and at finding ways to ... [Read more...]

Moshtemp4.0

September 3, 2010 | Steven Mosher

Now that SST has been processed with raster we can return to the land processing and put that on the same footing. To get there I’ll rebuild from scratch making some minor adjustments along the way. As we go foward the amount of code we have to write should ... [Read more...]

Competition: Data Visualization with ggplot2

September 3, 2010 | David Smith

The ggplot2 package for R is an amazing system for creating entirely new visualizations of data. It allows data analysts to tell a detailed, meaningful and yet easy-to-interpret story about complex and/or unusual data sets. To promote more data stories being told, ggplot2 author Hadley Wickham has organized a ... [Read more...]

NIPS 2010: Monte Carlo workshop

September 3, 2010 | xi'an

In the wake of the main machine learning NIPS 2010 meeting in Vancouver, Dec. 6-9 2010, there will be a very interesting workshop organised by Ryan Adams, Mark Girolami, and Iain Murray on Monte Carlo Methods for Bayesian Inference in Modern Day Applications, on Dec. 10. (And in Whistler, not Vancouver!) I wish ... [Read more...]

Bot Botany – K-Means and ggplot2

September 2, 2010 | C

So if you had a robot that was an expert at botany - would you have a bot botanist?  Among other things, it would need to to distinguish flowers through vision and image processing, and be able to classify various kinds of plants based upon specif... [Read more...]

New R User Group in New Jersey

September 2, 2010 | David Smith

Folks in the New Jersey area no longer need to trek over to New York City to meet other R users. Now there's NewJerseyR, a new R user group put together by Mango Solutions. The first meeting will in Iselin on September 16, with speakers from Mango, Pfizer, and Bristol Myers ... [Read more...]

Statisfaction

September 2, 2010 | xi'an

A collective blog has been started by the statistics students and postdocs at CREST, in the wake of the Valencia meeting. It is called Statisfaction. (The Rolling Stones of Statistics?! Actually, Andrew Gelman also has a post with that title… And it is even part of the Urban Dictionnary!) Since ... [Read more...]

Update

September 2, 2010 | Millsy

I tried using my own little palette with more traditional looking heatmap colors (red and pink are the densest, blue and green are less so, yellow in the middle, etc.). I also included the actual points, but would recommend it for more than a single g...
[Read more...]

Stochastic approximation in Bristol

September 2, 2010 | xi'an

This is very short notice, but for those in the vicinity and not at the RSS conference, there is a highly interesting workshop taking place in Bristol in ten days (I would certainly have gone, had I not been at the same time in Banff!): We would like to invite ... [Read more...]

Rllvm

September 1, 2010 | omegahat

Over the past 10 years, I have been torn between building a new stat. computing environment or trying to overhaul R. There are many issues on both sides. But the key thing is to enable doing new and better things in stat. computing rather than just making the existing things easier ... [Read more...]

Rffi

September 1, 2010 | omegahat

A few weeks ago, I posted the Rffi package on the Omegahat repository. It is an interface to libffi which is a portable mechanism for invoking native routines without having to write and compile any wrapper routines in the native language. In other words, we can use this in R ... [Read more...]

How to generate correlated random numbers

September 1, 2010 | David Smith

We've covered how to generate random numbers in R before, but what if you want to go beyond generating one random number at a time? What if you want to generate two, or three or more random numbers, and what's more, you want them to be correlated? JD Long lays ... [Read more...]
1 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)