September 2014

Police militarization in the US, over time

September 26, 2014 | David Smith

The militarization of local police departments here in the US has been much in the news lately, and the New York Times published in June an in-depth article on how materiel from wars has ended up in the hands of US counties. Besides the traditional reporting it's a fantastic piece ... [Read more...]

Simple R Debugging GUI for Bio7

September 26, 2014 | » R

26.09.2014 For the next release of Bio7 I implemented a first simple debugging GUI (Graphical User Interface) for R scripts. For the debugging process a change from Rserve to an available Java R console connection in Bio7 is necessary (with Rserve alone a debugging interface wouldn’t be possible). Both connections ... [Read more...]

List of R programmers

September 26, 2014 | Isomorphismes

List of R programmers: Hello R people. In December of 2013 I posted a cheap-o wiki-editable (thank you github) contact list which recruiters can use to find you, if they’re looking for R programmers. In what I consider a resounding success, within a few weeks it got onto the first ... [Read more...]

Overcoming D3 Cartographic Envy With R + ggplot

September 25, 2014 | hrbrmstr

When I used one of the Scotland TopoJSON files for a recent post, it really hit me just how much D3 cartography envy I had/have as an R user. Don’t get me wrong, I can conjure up D3 maps pretty well [1] [2] and the utility of an interactive map ... [Read more...]

R and Docker

September 25, 2014 | Thinking inside the box

Earlier this evening I gave a short talk about R and Docker at the September Meetup of the Docker Chicago group. Thanks to Karl Grzeszczak for setting the meeting, and for providing a pretty thorough intro talk regarding CoreOS and Docker. My slides... [Read more...]

Installing dplyr 0.3 on Mac OS X (Mavericks)

September 25, 2014 | Bob Rudis (@hrbrmstr)

UPDATE Per the author, a devtools::install_github("hadley/devtools") should take care of everything you need prior to installing the latest dplyr (though I did not have postgres libs installed and suspect that might still be needed). The R dplyr package just turned 0.3 and to get it working in ... [Read more...]

Brazilian Presidential Election

September 25, 2014 | Daniel Marcelino

Three major polling houses published their polls this week: MDA, Ibope, and Vox Populi. The following numbers incorporate these data. With current data, a runoff between Dilma and Marina seems to be inevitable (.87), though its certainty has decreased from the previous week as the following chart indicates. How to understand ... [Read more...]

Regular expressions for everyone else

September 25, 2014 | richierocks

Regular expressions are an amazing tool for working with character data, but they are also painful to read and write.  Even after years of working with them, I struggle to remember the syntax for negative lookahead, or which way round the start and end anchor symbols go. Consequently, I’ve ... [Read more...]

Estimating Generalization Error with the PRESS statistic

September 25, 2014 | Nina Zumel

As we’ve mentioned on previous occasions, one of the defining characteristics of data science is the emphasis on the availability of “large” data sets, which we define as “enough data that statistical efficiency is not a concern” (note that a “large” data set need not be “big data,” however ... [Read more...]

DescTools: a new R "misc package"

September 25, 2014 | Joseph Rickert

by Joseph Rickert One of the most difficult things about R, a problem that is particularly vexing to beginners, is finding things. This is an unintended consequence of R's spectacular, but mostly uncoordinated, organic growth. The R core team does a superb job of maintaining the stability and growth of ... [Read more...]

Aggregate portfolio contributions through time

September 25, 2014 | Peter Carl

The last CRAN release didn’t have much new functionality, but Ross Bennett and I have completely re-written the Return.portfolio function to fix some issues and make the calculations more transparent.  The function calculates the returns of a portfolio given asset returns, weights, and rebalancing periods – which, although not ... [Read more...]

Joint Models for Longitudinal and Survival Data

September 25, 2014 | Dimitris Rizopoulos

What are joint models for longitudinal and survival data? In this post we will introduce in layman's terms the framework of joint models for longitudinal and time-to-event data. These models are applied in settings where the sample units are followed-up in time, for example, we may be interest in patients ... [Read more...]
1 2 3 4 5 13

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)