February 2014

Face To Face With Marilyn Monroe

February 24, 2014 | aschinchon

Symmetry is what we see at a glance (Blaise Pascal) Ladies and gentlement, the beautiful Marilyn Monroe: There are several image processing packages in R. In this experiment I used biOps, which turns images into 3D matrices. The third dimension is a 3-array corresponding to (r, g, b) color of ... [Read more...]

Remotely deleting files from R

February 23, 2014 | Amy Whitehead

Sometimes programs generate a LOT of files while running scripts. Usually these are important (why else would you be running the script?). However, sometimes scripts generate mountains of temporary files to create summary outputs that aren’t really useful in their … Continue reading → [Read more...]

Performing a non-local return in R

February 23, 2014 | Derek Jones

In most languages return is a statement, but in R it is a function (in fact R does not really have statements, it only has expressions). This function-like behavior of return is useful for figuring out the order in which operations are performed, e.g., the value returned by return(1)+... [Read more...]

New York crime rates

February 23, 2014 | tlfvincent

While browsing through different sites, I randomly cam across the ominous-sounding disaster center website. There is a fair amount of data that could be analyzed there, but my attention was caught by an entry stating that they had just updated the “1965 to 2012 State Crime Pages”. From there, I chose the ... [Read more...]

Bayes factor t tests, part 2: Two-sample tests

February 23, 2014 | Richard Morey

In the previous post, I introduced the logic of Bayes factors for one-sample designs by means of a simple example. In this post, I will give more detail about the models and assumptions used by the BayesFactor package, and also how to do simple analyses of two- sample designs.See ... [Read more...]

twitteR now supports database persistence

February 23, 2014 | jeff

For a long time now I've wanted to add the ability for storing data from twitteR into a RDBMS. In the past I've done things by concatenating new results onto old results which simply becomes unwieldy. I know that many people have doctored up their own ... [Read more...]

Pimping your forest plot

February 23, 2014 | Max Gordon

In order to celebrate my Gmisc-package being on CRAN I decided to pimp up the forestplot2 function. I had a post on this subject and one of the suggestions I got from the comments was the ability to change the default box marker to something else. This idea had been ... [Read more...]

qdap 1.1.0 Released on CRAN

February 23, 2014 | tylerrinker

We’re very pleased to announce the release of qdap 1.1.0 This is the fourth installment of the qdap package available at CRAN. Major development has taken place since the last CRAN update. The qdap package automates many of the tasks … Continue reading →
[Read more...]

Unemployment revisited

February 23, 2014 | Wingfeet

Approximately a year ago I made a post graphing unemployment in Europe and other locations. I have always wanted to do this again, not because the R-code would be so interesting, but just because I wanted to see the plots. As time progressed I attempte... [Read more...]

Convex Hull of Polygon using Boost.Geometry

February 23, 2014 | Rcpp Gallery

Rcpp can be used to convert basic R data types to and from Boost.Geometry models. In this example we take a matrix of 2d-points and convert it into a Boost.Geometry polygon. We then compute the convex hull of this polygon using a Boost.Geometry function boost::geometry::convex_...
[Read more...]

RcppBDT 0.2.2

February 22, 2014 | Thinking inside the box

A new maintenance release of the RcppBDT package is now on CRAN. There is no new code in this; it mainly accomodates a request by CRAN to standardize the \code{Imports:} and \code{Depends:} relationships in the \code{DESCRIPTION} file. We also updated... [Read more...]

RDieHarder 0.1.3

February 22, 2014 | Thinking inside the box

A pure maintenance release of RDieHarder is now on CRAN. RDieHarder provides R bindings for the DieHarder battery of tests for random number generators by Brown et al. This release contains no new code, but the vignette needed to be moved from inst... [Read more...]

Because it’s Friday: US Dialects

February 21, 2014 | David Smith

In the video below from The Atlantic, the differences in the way US citizens describe or pronounce various things is illustrated in a series of phone calls (via Sullivan): If you're wondering how your dialect fits in, you can try the New York Times Dialect Quiz. Answer 25 questions, and it ... [Read more...]

Call for papeRs in the near future

February 21, 2014 | Gergely Daróczi

I am really happy to share some great news with all R users about some upcoming conferences in the near future. The calls for papers are still active for all three below events that I plan to visit, I hope I could meet more and more useRs there!The closest ...
[Read more...]

Unsolved Mysteries of Rebalancing

February 21, 2014 | klr

There is a lot not yet fully understood about rebalancing in portfolio management.  This 2013 paper from Nardon and Kiskiras is the best I have read yet. Kiskiras, John and Nardon, AndreaPortfolio Rebalancing: A Stable Source of AlphaJanuary 18, 2013... [Read more...]
1 2 3 4 5 14

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)