February 2015

Collaborative Computing with distcomp

February 26, 2015 | Joseph Rickert

by Joseph Rickert Distcomp, a new R package available on GitHub from a group of Stanford researchers has the potential to significantly advance the practice of collaborative computing with large data sets distributed over separate sites that may be unwilling to explicitly share data. The fundamental idea is to be ... [Read more...]

Mapping religious adherence in the US with CartoDB

February 25, 2015 | Kyle Walker

Before coming to TCU, I worked as a data analyst for the Church Pension Group, which manages the retirement funds and provides other financial services for the Episcopal Church. I was part of a small research group that completed both internal and public-facing studies using the company’s data. You ... [Read more...]

RMySQL version 0.10.2: Full SSL Support

February 25, 2015 | Jeroen Ooms

RMySQL version 0.10.2 has appeared on CRAN. This is a maintenance release to streamline the build process on various platforms. Most importantly, the Windows/OSX binary packages from CRAN are now built with full SSL support. On Linux, the configure script has been updated a bit to automatically find the mysql ...
[Read more...]

Talking about R, Data Science and Microsoft on theCUBE

February 25, 2015 | David Smith

It was a pleasure to appear live on theCUBE last week while attending the Strata conference. In my interview with Jeff Kelly and John Furrier, I talked about the rising popularity of R, the applications of data science, and the recent announcement of Microsoft acquiring Revolution Analytics. I also gushed ... [Read more...]

Announcing: Introduction to Data Science video course

February 25, 2015 | John Mount

Win-Vector LLC’s Nina Zumel and John Mount are proud to announce their new data science video course Introduction to Data Science is now available on Udemy. We designed the course as an introduction to an advanced topic. The course description is: Use the R Programming Language to execute data ... [Read more...]

How Big Is The Vatican City?

February 24, 2015 | aschinchon

Dici che il fiume trova la via al mare e come il fiume giungerai a me (Miss Sarajevo, U2) One way to calculate approximately the area of some place is to circumscribe it into a polygon of which you know its area. After that, generate coordinates inside the polygon and ...
[Read more...]

Visualizing Clusters

February 24, 2015 | arthur charpentier

Consider the following dataset, with (only) ten points x=c(.4,.55,.65,.9,.1,.35,.5,.15,.2,.85) y=c(.85,.95,.8,.87,.5,.55,.5,.2,.1,.3) plot(x,y,pch=19,cex=2) We want to get – say – two clusters. Or more specifically, two sets of observations, each of them sharing some similarities. Since the number of observations is rather small, it is actually possible to ... [Read more...]

Monitoring progress of a foreach parallel job

February 24, 2015 | Andrie de Vries

by Andrie de Vries R has strong support for parallel programming, both in base R and additional CRAN packages. For example, we have previously written about foreach and parallel programming in the articles Tutorial: Parallel programming with foreach and Intro to Parallel Random Number Generation with RevoScaleR. The foreach package ... [Read more...]

Rare snowmelt estimation (GB)

February 24, 2015 | mikerspencer

I read Hough and Hollis’ 1997 paper recently which uses Met Office synoptic stations to estimate a magnitude – recurrence relationship for snowmelt in the UK. i.e. how often do we get how… Continue reading →
[Read more...]

Minimal examples help

February 24, 2015 | Markus Gesmann

The other day I got stuck working with a huge data set using data.table in R. It took me a little while to realise that I had to produce a minimal reproducible example to actually understand why I got stuck in the first place. I know, this is the ... [Read more...]

Strata 2015: Keynote roundup

February 23, 2015 | David Smith

I spent last week at the Strata 2015 Conference in San José, California. As always, Strata made for a wonderful conference to catch up on the latest developments on big data and data science, and to connect with colleagues and friends old and new. Having been to every Strata conference since ... [Read more...]

How to learn R: A flow chart

February 23, 2015 | Dan Mirman

I often find myself giving people suggestions about how to learn R, so I decided to put together a flow chart. This is geared toward typical psychology or cognitive science researchers planning to do basic data analysis in R. This is how to get started...
[Read more...]
1 2 3 4 11

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)