December 2010

Area plots unmasked

December 15, 2010 | dan

RESULTS OF THE GREAT AREA PLOT QUIZ If you are the type of reader who remembers things from last week, you may remember the great area plot quiz we had running. This week, we are excited to announce that the results are in. The plot above shows answers to the ... [Read more...]

Data Driven Journalism

December 15, 2010 | David Smith

Last night at the Bay Area UseR Group meeting, Peter Aldhous, San Francisco Bureau Chief of New Scientist Magazine, gave an inspiring presentation about Data Driven Journalism. Even though the newspaper industry is faltering as a business model, there's a beacon of light: journalists can be the driving force behind ... [Read more...]

Why Use R?

December 14, 2010 | Joshua Ulrich

I use R very frequently and take for granted much that it has to offer.  I forget how R is different from similar tools, so I have trouble communicating the benefits of using R.  The goal of this post is to highlight R's main strengths, but first... my story.How ... [Read more...]

Facebook’s Social Network Graph

December 14, 2010 | David Smith

Paul Butler, an intern on Facebook’s data infrastructure engineering team, was interested in visualizing the "locality of friendship". Luckily, he has some great data to work with: Facebook's social network of the friendships between its 500 million members. But visualizing that much data can be a challenge in its own ... [Read more...]

Logical operators in R

December 14, 2010 | csgillespie

In R, the operators “|” and “&” indicate the logical operations OR and AND. For example, to test if x equals 1 and y equals 2 we do the following: __ x = 1; y = 2 __ (x == 1) & (y == 2) [1] TRUE However, if you are used to programming in [...] [Read more...]

RcppDE 0.1.0

December 13, 2010 | Thinking inside the box

A new package RcppDE has been uploaded in a first version 0.1.0 to CRAN. It provides differential evolution optimisation---a variant of stochastic optimisation that is similar to genetic algorithms but particularly suitable for the floating-point repr... [Read more...]

Adap’skiii [latest]

December 13, 2010 | xi'an

Just to point out there still is room for more participants to the Adap’skiii workshop! We have now reached 60 participants for this Utah workshop and would welcome more, quite obviously! All participants are also free to present a poster on the evening of the 4th, in the bar. Filed ... [Read more...]

Machine Learning and Data Mining with R

December 13, 2010 | David Smith

The San Francisco Bay Area ACM runs several courses on data mining and machine learning with R. Machine Learning 101 deals primarily with supervised learning problems, and Machine Learning 102 covers unsupervised learning and fault detection. Machine Learning 101 & 102 were most recently presented by Mike Bowles & Tricia Hoffman in September, and the lecture ... [Read more...]

Example 8.18: A Monte Carlo experiment

December 13, 2010 | Ken Kleinman

In recent weeks, we've explored methods to fit logistic regression models when a state of quasi-complete separation exists. We considered Firth's penalized likelihood approach, exact logistic regression, and Bayesian models using Markov chain Monte Ca...
[Read more...]

Some quibbles about “The R Book” by Michael Crawley

December 13, 2010 | Pat

A friend recently bought The R Book and I said I would tell him of problems that I’ve noticed with it.  You can eavesdrop. Page 4 The word “library” is used instead of “package”.  This (common)  error substantially raises the blood pressure of some people — probably to an unwarranted extent. ...
[Read more...]

Ghcn V3 Metadata improvements

December 12, 2010 | Steven Mosher

The Global Historical Climate Network  (GHCN) is in it’s beta stage. On of the stated goals of the project is to improve the metadata that is provided for the station data.  Over the past few months several independent volunteers have been focusing on the issue of station metadata, each ... [Read more...]
1 3 4 5 6 7 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)