October 2012

The Shape of Floating Point Random Numbers

October 15, 2012 | John Myles White

[Updated 10/18/2012: Fixed a typo in which mantissa was replaced with exponent.] Over the weekend, Viral Shah updated Julia’s implementation of randn() to give a 20% speed boost. Because we all wanted to test that this speed-up had not come at the expense of the validity of Julia’s RNG system, ... [Read more...]

Gale-Shapley Deferred Acceptance in R

October 15, 2012 | is.R()

In honor of today’s announcement of the Nobel Prize for Roth and Shapley, I found an illustration of the deferred acceptance algorithm from 1962 in R. Credit for the code goes to the blogger at Letters from London, and I’ve included a Gi... [Read more...]

What a nice looking scatterplot!

October 15, 2012 | Slawa Rokicki

This week, we look at plotting data using scatterplots. I'll definitely have a post on other ways of plotting data, like boxplots or histograms.Our data from last week remains the same:First, a quick way to look at all of your continuous variables at once is just to do ... [Read more...]

Text Mining

October 15, 2012 | Wesley

When it comes down to it R does a really good job handling structured data like matrices and data frames. However, its ability to work with unstructured data is still a work in progress. It can and it does handle text mining but the documentation is incomplete and the capabilities ... [Read more...]

Compressed Sensing with R

October 15, 2012 | msuzen

Compressed sensing (CS) is pretty much appealing all current signal processing research community. At the same time, popularity of R language gaining a strong foot in the research and industry. Even though historically MATLAB is a de-facto standard in ... [Read more...]

Review of “R For Dummies”

October 15, 2012 | Pat

The authors are Andrie de Vries and Joris Meys. Executive summary Pretty much all I’d hoped for — and I had high hopes. Significance The “Dummies” series is popular for introducing specific topics in an inviting way. R For Dummies is a worthy addition to the pack. There is a ... [Read more...]

Annotations for “R For Dummies”

October 15, 2012 | Pat

Here are detailed comments on the book.  Elsewhere there is a review of the book. How to read R For Dummies In order to learn R you need to do something with it.  After you have read a little of the book, find something to do.  Mix reading and doing ...
[Read more...]

Banking to n degrees

October 15, 2012 | is.R()

As often happens, I have learned of a technique just as it is being called into question. In this case, the technique is changing the aspect ratio of a line plot such that the typical slope of each segment is 45° (see), a rule of thumb which has bee... [Read more...]

How do I re-arrange…?: Ordering a plot.

October 15, 2012 | tylerrinker

One of the most widely seen FAQ coming across list serves and R help sites is the question: “How do I re-arrange/re-order (plotting geom/aesthetic such as bar/labels) in a (insert plot type here) using(insert graphics system here) in R?” . … Continue reading → [Read more...]

2012-7 A Structured Approach for Generating SVG

October 14, 2012 | akoh003

The gridSVG package exports grid images to an SVG format for viewing on the web. This article describes a new development in the way that gridSVG produces the SVG output. The result is greater flexibility in how the SVG output … Continue reading → [Read more...]

Rcpp 0.9.15

October 14, 2012 | Thinking inside the box

Rcpp release 0.9.15 is now on CRAN and being uploaded to Debian. Martin Morgan provided a clever fix for a header search needed between clang++ (especially on OS X) and g++ (which still provided libstdc++ and headers for clang++). This should hopefu... [Read more...]

A very quick introduction to ggplot2

October 14, 2012 | CL

I gave a very brief 10mn introduction to ggplot2 at the Birmingham R user group meeting on Monday. The aim was to give a headstart to R users who’ve heard of ggplot2 but never got around to trying it. I … Continue reading → [Read more...]

Putting a football model into JAGS

October 14, 2012 | Wingfeet

In this post the football model is programmed into JAGS. There are all the reasons to do so. Jags 3.3 is recently released, I was stimulated by Gianluca's post . Obviously I could copy the model in his paper, but that would be too easy a... [Read more...]

Dark matter benchmarks: All over the map

October 14, 2012 | Corey Chivers

The three benchmark algorithms for predicting the location of dark matter halos are, for the most part, all over the map. Most of the test skies look something like this: There are, however, some skies with rather strong halo signals that get a decent amount of agreement: The Lenstool MLE ... [Read more...]

Vice Presidential Debates with qdap-beta

October 13, 2012 | tylerrinker

After the presidential debates I used the beta version of qdap to provide some initial surface level analysis (LINK to Presidential Debates with qdap-beta). In the comments of that post, annon (a commenter) provided a link to an analysis/visualization that … Continue reading →
[Read more...]
1 7 8 9 10 11 16

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)