2010

Rmetrics at useR! 2010

August 24, 2010 | wuertz

[This article was first published on Rmetrics blogs, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here) Want to share your [Read more...]

Demonstration of {estout}

August 24, 2010 | Ben Mazzotta

I wrote a short talk demonstrating the use the R package {estout} for tonight’s New England R Users Group meeting.  NB this is not a discussion of the econometric model, but rather a demonstration of how to get publication-quality results out of R efficiently. The basic functions of {estout} ... [Read more...]

Tools for Hacking R: Git + Subversion

August 24, 2010 | Matt Shotwell

In an earlier post, I discussed how to use Subversion to download, edit, and generate a patch against R‘s source code. Since most of us can’t commit our code changes back to R‘s repository, we can consider alternatives to store and maintain our patch, until it is ... [Read more...]

Webinar: Big Data Analysis with Revolution R

August 24, 2010 | David Smith

Don't forget that I'll be hosting a webinar tomorrow talking about the new RevoScaleR package included with the forthcoming Revolution R Enterprise 4.0. The webinar will also feature a live demonstration from Joseph Rickert. The full details are below, and you can register for the webinar here. Big Data Analysis for ... [Read more...]

Packing everything into a data.frame

August 23, 2010 | ellbur

OK, I know I talk about R too much, but I like R, so I’m going to talk about it some more. Common situation: repeat a procedure many times; each time generates some large wadge of awful-structured data, and in … Continue reading → [Read more...]

A Rule Change in Major League Soccer?

August 23, 2010 | Ryan

I have to admit that working with my Major League Soccer data set has been slow going.  There are a few reasons:  (1) I have a full-time job at the National Renewable Energy Lab and (2) the data isn’t quite … Continue reading → [Read more...]

GRASS Can Make Pretty Maps

August 23, 2010 | dylan

I have posted a couple examples in the past on the topic of high quality map production from GRASS GIS-- usually via the Generic Mapping Tools. I am not sure why, but I have previously avoided using the traditional cartographic output module that is bu... [Read more...]

What’s for lunch? Private browsing.

August 23, 2010 | David Smith

Over at the Mozilla Metrics blog, Mozillan Hamilton Ulmer uses R and ggplot2 to look at when people (or at least, Firefox users that volunteered to share their usage data) enable private browsing. Turns out it isn't just "porn mode" after all: the main use turns out to be lunchtime ... [Read more...]

Tips for the R beginner (a 5 page overview)

August 23, 2010 | Tal Galili

In this post I publish a PDF document titled “A collection of tips for R in Finance”. It is a basic 5 page introduction to R in finances by Arnaud Amsellem (linked in profile). The article offers tips related to the following points: Code Editor Organizing R code Update packages Getting ... [Read more...]

Taking R to the Limit: Parallelism and Big Data

August 23, 2010 | David Smith

In a two-part series at the Los Angeles R User Group[*], Ryan Rosario took a look at the many ways you can take the R language to the limits of high-performance computing. In Part I (see video at this link; slides and code also available), Ryan focuses on the various ... [Read more...]

Leveraging the Wisdom of Crowds for Fantasy Football

August 23, 2010 | Drew Conway

WARNING: This has nothing to do with national security, but is nonetheless awesome. This evening I will be participating in that great annual tradition which marks the transition from Summer to Fall: the fantasy football draft. A large part of having a successful fantasy football draft is being able to ... [Read more...]

TripleR round-up

August 23, 2010 | felixschoenbrodt

GSoC 2010 is over – here’s the harvest from my project: TripleR 0.4.3 is the current stable version – and it is a major milestone in its development. Now for the first time social relations round robin designs can be analyzed in R. All results have been cross-checked with TripleR’s DOS predecessor ... [Read more...]

Tools for Hacking R: Subversion

August 23, 2010 | Matt Shotwell

The development version of R is stored in a Subversion repository at the URL http://svn.r-project.org/R/trunk/. In fact, you can browse the source code by clicking the link. Subversion Hierarchy Subversion is software for source code revision control. That means it keeps track of changes, who ... [Read more...]

Abstract word clouds using R

August 23, 2010 | nsaunders

A recent question over at BioStar asked whether abstracts returned from a PubMed search could easily be visualised as “word clouds”, using Wordle. This got me thinking about ways to solve the problem using R. Here’s my first attempt, which demonstrates some functions from the RCurl and XML packages. ... [Read more...]

A small and lonely sea urchin…

August 22, 2010 | Timothée

A few weeks ago, a paper on which I am a co-author was accepted for publication in the french ecological journal Life & Environment. In this paper, we evaluate the consequences of recreative harvesting on three populations of sea urchins (…)Read the rest of this entry » [Read more...]

Newcomb, Benford, and their Dirty, Dirty Logarithms

August 22, 2010 | Ethan Brown

Tom Taverner introduced me to Benford’s Law as we were eating lunch together at a statistical computing conference: If you look at the first digits of data in many naturally-occuring datasets, a startling 30 percent of them are ones. “Pah!” I said. “That belies intuition! Why would one digit occur ... [Read more...]

Traffic prediction contest closing soon

August 22, 2010 | David Smith

A quick reminder that the IEEE traffic-prediction competition closes soon. If you're thinking of entering you'll need to get the description of your R-based solution in by September 13. IEEE ICDM Contest: Road Traffic Prediction for Intelligent GPS Navigation [Read more...]

Dump R datasets into a single file

August 21, 2010 | danganothererror

Should you need datasets that come with R and additional packages (you can access them via data()) in one single file, here’s what I did to dump the entire workspace into one file: This code can easily be adapted to dump individual dataset into its own file. [Read more...]
1 40 41 42 43 44 103

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)