July 2013

rCharts version of d3 horizon

July 10, 2013 | klr

I love horizon plots.  My love shows up throughout my blog, and I have plotted horizon charts in base graphics, xtsExtra, lattice, and ggplot2.  Now with rCharts, we can implement Jason Davies d3.js horizon chart plugin to plot R data in... [Read more...]

Parallel Random Number Generation using TRNG

July 10, 2013 | Lindons Log » R

To my surprise and disappointment, popular scientific libraries like Boost or GSL provide no native support for parallel random number generation. Recently I came across TRNG, an excellent random number generation library for C++ built specifically with parallel architectures in mind. Over the last few days I’ve been trawling ... [Read more...]

Please send all comments to /dev/ripley

July 10, 2013 | andrew

Trey Causey asks, Has R-help gotten meaner over time?: I began by using Scrapy to download all the e-mails sent to R-help between April 1997 (the earliest available archive) and December 2012. . . . We each read 500 messages and coded them in the following categories: -2 Negative and unhelpful -1 Negative but helpful [...] The ... [Read more...]

UK dialect maps

July 10, 2013 | rapporter

A few weeks ago Joshua Katz published some awesome dialect maps of the United States with the help of a web interface coded with Shiny. Now we propose a similar setup for the UK data based on our rapporter.net "R-as-a-Service" with some further add-ons, like regional comparison and dynamic ...
[Read more...]

Flotsam 13: early July links

July 9, 2013 | Luis

Man flu kept me at home today, so I decided to do something ‘useful’ and go for a linkathon: Ed Yong discusses the effect of subject expectations in psychology experiments Nice Results, But What Did You Expect? At the beginning there was another article on The placebo phenomenon, and another ... [Read more...]

2013-7 Advanced SVG Graphics from R

July 9, 2013 | acho050

The gridSVG package has recently provided an interface for some more advanced SVG graphics features: gradient fills and pattern fills, clipping paths, masks, and filters. This report describes a simple test case for some of these advanced graphics features and … Continue reading → [Read more...]

A Sudoku Puzzle Solver – attempt 1

July 9, 2013 | Francis Smart

I have programmed up a R based Sudoku problem solver for Sudoku puzzles of that only require simple inference.  In these puzzles a solution can be found using only first order inference.  This solver can be found at the end of the code locate... [Read more...]

Cluster Analysis

July 9, 2013 | Alberto Negron

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

%in%

July 9, 2013 | Ronert Obst

I just stumbled across a really useful infix function in R: %in%. It compares two vectors and returs a logical vector if there is a match or not for its left operand. Let us look at some examples: __ 1:10 %in% c(1,3,5,9) [1] TRUE FALSE TRUE... [Read more...]

user2013: The caret tutorial

July 9, 2013 | richierocks

This afternoon I went to Max Kuhn’s tutorial on his caret package. caret stands for classification and regression (something beginning with e) trees. It provides a consistent interface to nearly 150 different models in R, in much the same way as the plyr package provides a consistent interface to the ... [Read more...]

user2013: The Rcpp tutorial

July 9, 2013 | richierocks

I’m at user 2013, and this morning I attended Hadley Wickham and Romain Francois’s tutorial on the Rcpp package for calling C++ code from R. I’ve spent the last eight years avoiding C++ afer having nightmares about obscure pointer bugs, so I went into the room slightly skeptical ... [Read more...]

A Rough Guide to Data Science

July 9, 2013 | Paul M. Davis

If Big Data was last year's buzzword, Data Science may reach the same level of hype this year. There's no shortage of discussion about the high demand for data scientists, the term's usefulness as a designation, and even declarations of its "sexiness" as a career. And as with many terms ... [Read more...]

Exploratory Data Analysis: Conceptual Foundations of Histograms – Illustrated with New York’s Ozone Pollution Data

July 9, 2013 | Eric Cai - The Chemical Statistician

Introduction Continuing my recent series on exploratory data analysis (EDA), today’s post focuses on histograms, which are very useful plots for visualizing the distribution of a data set.  I will discuss how histograms are constructed and use histograms to assess the distribution of the “Ozone” data from the built-in “... [Read more...]

Unicode Tips in Python 2 and R

July 9, 2013 | Yin Zhu

Most of time, I don’t need to deal with different encodings at all. When possible, I use ASCII characters. And when there is a little processing in Chinese characters or other Unicode characters, I use .Net languages or JVM languages, in which every string is Unicode and of course ... [Read more...]

googleVis tutorial at useR!2013

July 9, 2013 | Markus Gesmann

Today Diego and I will give our googleVis tutorial at useR!2013 in Albacete, Spain.googleVis Tutorial at useR! 2013We will cover:Introduction and motivationGoogle Chart ToolsR package googleVisConcepts of googleVisCase studiesgoogleVis on shiny [Read more...]
1 8 9 10 11 12 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)