September 2014

Become an effective data hacker with the R-Hadoop stack

September 24, 2014 | David Smith

In discussion with several data scientists, Will Stanton (a data scientist with Return Path) learned that a common concern is: what software should I be using? There are many options out there, but what is the best platform to be an effective "data hacker"? Will recommends using a technology stack ... [Read more...]

Multiple Tests, an Introduction

September 24, 2014 | arthur charpentier

Last week, a student asked me about multiple tests. More precisely, she ran an experience over – say – 20 weeks, with the same cohort of – say – 100 patients. An we observe some size=100 nb=20 set.seed(1) X=matrix(rnorm(size*nb),size,nb) (here, I just generate some fake data). I can visualize ... [Read more...]

DVI Performance

September 24, 2014 | ivannp

This is the next post in the DVI indicator series. After the first two (here and here) analyzed in details the post-entry returns and the entry power of this indicator, it’s time to take a look at the trading performance. Using the Systematic Investor Toolbox, we get some pretty ... [Read more...]

PageRank For SQL Lovers

September 24, 2014 | aschinchon

If you’re changing the world, you’re working on important things. You’re excited to get up in the morning (Larry Page, CEO and Co-Founder of Google) This is my particular tribute to one of the most important, influential and life-changer R packages I have discovered in the last ... [Read more...]

Post 10: Multicore parallelism in MCMC

September 24, 2014 | Nathan VanHoudnos

MCMC is by its very nature a serial algorithm -- each iteration depends on the results of the last iteration. It is, therefore, rather difficult to parallelize MCMC code so that a single chain will run more quickly by splitting … Continue reading → [Read more...]

PubMed Publication Date: what is it, exactly?

September 23, 2014 | nsaunders

File this one under “has troubled me (and others) for some years now, let’s try to resolve it.” Let’s use the excellent R/rentrez package to search PubMed for articles that were retracted in 2013. 117 articles. Now let’s fetch the records in XML format. Next question: which XML ... [Read more...]

a weird beamer feature…

September 23, 2014 | xi'an

As I was preparing my slides for my third year undergraduate stat course, I got a weird error that got a search on the Web to unravel: which was related with a fragile environment but not directly the verbatim part: the reason for the bug was that the end{frame} ... [Read more...]

Seeing the (day)light with R

September 23, 2014 | hrbrmstr

The arrival of the autumnal equinox foreshadows the reality of longer nights and shorter days here in the northeast US. We can both see that reality and distract ourselves from it at the same time by firing up RStudio (or your favorite editor) and taking a look at the sunrise & ...
[Read more...]

Factors are not first-class citizens in R

September 23, 2014 | John Mount

The primary user-facing data types in the R statistical computing environment behave as vectors. That is: one dimensional arrays of scalar values that have a nice operational algebra. There are additional types (lists, data frames, matrices, environments, and so-on) but the most common data types are vectors. In fact vectors ... [Read more...]

How to publish R and ggplot2 to the web

September 23, 2014 | Joseph Rickert

by Matt Sundquist, Plotly Co-founder It's delightfully smooth to publish R code, plots, and presentations to the web. For example: Shiny makes interactive apps from R. Pretty R highlights R code for HTML. Slidify makes slides from R Markdown. Knitr and RPubs let you publish R Markdown docs. GitHub and ...
[Read more...]

NCEAS Codefest Follow-up

September 23, 2014 | rOpenSci Blog - R

The week after labor day, we had the pleasure of attending the NCEAS open science codefest event in Santa Barbara. It was great to meet folks like the new arrivals at the expanding Mozilla Science Lab, Bill Mills and Abby Cabunoc (Bill even already has a great post up about ... [Read more...]

Managing R package dependencies

September 23, 2014 | Markus Gesmann

One of my take aways from last week's EARL conference was that R is more and more growing out of its academic roots into the enterprise. And with that come some challenges, e.g. how do I ensure consistent and systematic access to a set of R packages in an ... [Read more...]

Lazy load with archivist

September 22, 2014 | smarterpoland

Version 1.1 of the archivist package reached CRAN few days ago. This package supports operations on disk based repository of R objects. It makes the storing, restoring and searching for an R objects easy (searching with the use of meta information). Want to share your object with article reviewers or collaborators? ...
[Read more...]
1 2 3 4 5 6 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)