2013

What makes us happy? Lets look at data to find out.

November 13, 2013 | - r

I’ve had a lot of different jobs over the past 4 years, and I’ve had some incredible experiences along the way. Lately, I’ve been struggling with what to do next. Or perhaps more accurately, I’ve been struggling with how to decide what to do ne...
[Read more...]

Parallel R (and air travel)

November 13, 2013 | [email protected]

My heart sinks a little when I check on my laptop in the morning and the computation I started the night before still hasn’t finished. Even when the data I’m playing with isn’t particularly.... large... (I’m not going to say it), I have a knack for ... [Read more...]

faster for() loops in R

November 13, 2013 | Andrew Barr

One of the most common ways people write for() loops is to create an empty results vector and then concatenate each result with the previous (and growing) results vector, like the following.  (Note: wrapping an expression in the function... [Read more...]

Run remote R in Emacs with ESS

November 13, 2013 | R on Guangchuang Yu

Emacs is a great front-end for most of the command line tools. Although R-Studio is pretty good, I think Emacs/ESS is better. I’ve always used Emacs/ESS to run R, since 2007 on Ubuntu, on Windows, and on my MacBook Pro. It gives me the same experiences across all ... [Read more...]

Plot matrix with the R package GGally

November 13, 2013 | thiagogm

I am glad to have found the R package GGally. GGally is a convenient package built upon ggplot2 that contains templates for different plots to be combined into a plot matrix through the function ggpairs. It is a nice alternative to the more limited pairs function. The package has also ... [Read more...]

A detailed guide to memory usage in R

November 12, 2013 | David Smith

R is designed as an in-memory application: all of the data you work with must be hosted in the RAM of the machine you're running R on. This optimizes performance and flexibility, but does place contraints on the size of data you're working with (since it must all work in ... [Read more...]

Berlin Marathon 2014 Participants

November 12, 2013 | Chris

After the 2013 Berlin Marathon sold out in less than four hours, the organizers decided to alter the registration process for 2014. First there was a pre-registration phase followed by a random selection from the pool of registrants to receive a spot. Those who were selected had to register until November 11th, 2013. ...
[Read more...]

Beads Summary Plot of Ranges for R

November 12, 2013 | tomizono

The beadsplot function is designed for a data frame with a factor column and many observation columns.  This function summarize the data visually.  The builtin iris data is suitable to … Continue reading → [Read more...]

Workshop and Talk Slides from NEAIR Conference

November 12, 2013 | Jason Bryer

I am about to head home from my fifth time attending the North East Association for Institutional Research (NEAIR), this year in Newport, RI, which was just fantastic. Really great people, interesting talks, and good food. I again taught an Introduction to R and LaTeX for Institutional Research pre-conference workshop ... [Read more...]

A Shiny App for Playing with OLS

November 11, 2013 | Francis Smart

Ordinary least squares continues to be the staple estimator for causal inference for good reason.  In order to help new and veteran OLS users get a better sense of how it is working I have created a shiny app that allows for instant interactivity ... [Read more...]

In case you missed it: October 2013 Roundup

November 11, 2013 | David Smith

In case you missed them, here are some articles from October of particular interest to R users: Joe Rickert recounts the R presence at the Strata + Hadoop World conference, including slides from the R and Hadoop tutorial. Hadley Wickham's favorite tools, gadgets and software (including of course R). Revolution R ... [Read more...]

Animated Twitter Networks

November 11, 2013 | Benedikt Koehler

In this blogpost I presented a visualization made with R that shows how almost the whole world expresses its attention to political crises abroad. Here’s another visualization with Tweets in October 2013 that referred to the Lampedusa tragedy in the Mediterranean. But this transnational public space isn’t quite as ... [Read more...]

Running Back-tests in parallel

November 11, 2013 | systematicinvestor

Once you start experimenting with many different asset allocation algorithms, the computation time of running the back-tests can be substantial. One simple way to solve the computation time problem is to run the back-tests in parallel. I.e. if the asset allocation algorithm does not use the prior period holdings ... [Read more...]

Merge Relational Dataframes

November 11, 2013 | dogle

A Question Recently, a student, working on her Senior Thesis at Northland College, asked me the following question: Attached is an Excel file with three “important to R” worksheets. The only thing that connects all 3 worksheets is the Lift.ID … Continue reading → [Read more...]

Imperialstan

November 11, 2013 | Gianluca Baio

Despite the map here, I'm not going to talk about yet another fraction of the former Soviet Empire which is taken the form of a people's republic, possibly with witty British Ambassadors.In fact, I'm going to talk about the Stan workshop that I have be... [Read more...]
1 19 20 21 22 23 158

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)