March 2014

Moving the North Pole to the Equator

March 15, 2014 | arthur charpentier

I am still working with @3wen on visualizations of the North Pole. So far, it was not that difficult to generate maps, but we started to have problems with the ice region in the Arctic. More precisely, it was complicated to compute the area of this region (even if we ... [Read more...]

rfunctions Package on Github

March 15, 2014 | jared huling

This post is mostly an attempt to familiarize myself with Rmarkdown, jekyll, and github. I recently posted an R package (rfunctions), which contains some functions I wrote (or modified) that make my life a little easier. I’ll go through some examples in R to highlight the various functions included. ... [Read more...]

Vector Subsetting in Rcpp

March 15, 2014 | Rcpp Gallery

Rcpp 0.11.1 has introduced flexible subsetting for Rcpp vectors. Subsetting is implemented for the Rcpp vector types through the [ operator, and intends to mimic R’s [ operator for most cases. We diverge from R’s subsetting semantics in a few important ways: For integer and numeric vectors, 0-based indexing is performed, ...
[Read more...]

Guardian Words: Visualized

March 15, 2014 | hrbrmstr

Andy Kirk (@visualisingdata) & Lynn Cherny (@arnicas) tweeted about the Guardian Word Count service/archive site, lamenting the lack of visualizations: Want to know num of words written in each day's Guardian paper by section + approx reading time? http://t.co/wP4W1EzUsx via @bengoldacre— Andy Kirk (@visualisingdata) March 15, 2014 This ... [Read more...]

How Statistics lifts the fog of war in Syria

March 14, 2014 | David Smith

In June 2013, the conflict between opposition and government forces around the Syrian city of Aleppo had intensified. Rockets struck residential districts, and car-bombs exploded near key facilities. Many people died. But as is common in conflict areas, the reports of the number of dead varied by the source of the ... [Read more...]

c2d4u and RRutter Ubuntu PPA Updates

March 14, 2014 | The Ubuntu R Blog

On January 27, 2014 Raring Ringtail (13.04) reached end of life. I have been slowly removing the Raring repositories from the RRutter PPA, c2d4u PPA, and CRAN. I think I have most of that cleaned up, so there is no longer support for R in Raring from... [Read more...]

Bond Shop Views with dimplejs and rCharts

March 14, 2014 | klr

I saw this chart in a presentation and thought I could make it better and interactive.  Here is a short article on the iteration process.  Click on the screenshot below or here for the full post. Note: these are not my views and this is not financial... [Read more...]

Using Genetic Algorithms in Quantitative Trading

March 14, 2014 | The R Trader

The question one should always asked him/herself when using technical indicators is what would be an objective criteria to select indicators parameters (e.g., why using a 14 days RSI rather than 15 or 20 days?). Genetic algorithms (GA) are well suited tools to answer that question. In this post I’ll ... [Read more...]

Rcpp 0.11.1

March 14, 2014 | Thinking inside the box

A new minor release 0.11.1 of Rcpp is now on the CRAN network for GNU R; binaries for Debian have also been uploaded. The release fixes a number of bugs that have come up since the 0.11.0 release in January, but also brings some extensions. See t... [Read more...]

Update to highlightHTML package

March 14, 2014 | Educate-R - R

I've added a new functionality to my highlightHTML package. This package post-processes HTML files and injects CSS and adds tags to create some further customization (for example highlight cells of a HTML table). This is most useful when writing a document using markdown and converting it into a HTML document ... [Read more...]

Reshape R data frame from long to wide format

March 13, 2014 | Kun Ren

Oftentimes, we obtain a long or a wide table from a certain data source, and it may be the only format we can get. For example, some financial databases provide daily tick data for all stocks in a financial market. The data table may be arranged in a long format ... [Read more...]

Condorcet Voting with Rcpp

March 13, 2014 | Rcpp Gallery

There is a lot of literature and debate on how to rank candidates under preferential voting systems. Two of the methods used to determine winners are those based on some form of Borda count and those based on some form of Condorcet method. Many students of politics and voting systems ...
[Read more...]

Bayesian Search Models

March 13, 2014 | Jacob Simmering

Bayesian Search Theory The US had a pretty big problem on their hands in 1966. Two planes had hit each other during a in-flight refueling and crashed. Normally, this would be an unfortunate thing and terrible for the families of those involved in the crash but otherwise fairly limited in importance. ... [Read more...]

R Resources

March 13, 2014 | enayet

I am listing some useful R resources. I start with the following post on (free) R Books from R-bloggers.com. An R "Meta" Book by Joseph Rickerthttps://www.r-bloggers.com/an-r-meta-book/ This page lists some e-books or e-materials for various topics in statistics ranging from basis concepts of statistics to ... [Read more...]
1 6 7 8 9 10 15

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)