February 2016

Free video course: applied Bayesian A/B testing in R

February 4, 2016 | John Mount

As a “thank you” to our blog, mailing list, and Twitter followers (@WinVectorLLC) we at Win-Vector LLC have decided to re-release our formerly fee-based A/B testing video course as a free (advertisement supported) video course here on Youtube. The course emphasizes how to design A/B tests using prior “...
[Read more...]

Weekly R-Tips: Visualizing Predictions

February 4, 2016 | atmathew

Lets say that we estimated a linear regression model on time series data with lagged predictors. The goal is to estimate sales as a function of inventory, search volume, and media spend from two months ago. After using the lm function to perform linear regression, we predict sales using values ...
[Read more...]

Predicting wine quality using Random Forests

February 4, 2016 | Teja Kodali

Hello everyone! In this article I will show you how to run the random forest algorithm in R. We will use the wine quality data set (white) from the UCI Machine Learning Repository. What is the Random Forest Algorithm? In a previous post, I outlined how to build decision trees ... [Read more...]

Using Microsoft R Open with RStudio

February 4, 2016 | Joseph Rickert

by Joseph Rickert A frequent question that we get here at Microsoft about MRO (Microsoft R Open) is: can be used with RStudio? The short answer is absolutely yes! In fact, more than just being compatible, MRO is the perfect complement for the RStudio environment. MRO is a downstream distribution ... [Read more...]

Plotting Maps in rbokeh

February 3, 2016 | ryan hafen

There are many map plotting features in rbokeh that I haven’t been able to cover in detail in the documentation. This post will go into a few of those, including google map types, custom map styles, and using different layer functions to plot on top... [Read more...]

optimal simulation on a convex set

February 3, 2016 | xi'an

This morning, we had a jam session at the maths department of Paris-Dauphine where a few researchers & colleagues of mine presented their field of research to the whole department. Very interesting despite or thanks to the variety of topics, with forays into the three-body problem(s) [and Poincaré‘s mistake], ... [Read more...]

Simple Distributions for Mixtures?

February 3, 2016 | arthur charpentier

The idea of GLMs is that given some covariates,  has a distribution in the exponential family (Gaussian, Poisson, Gamma, etc). But that does not mean that  has a similar distribution… so there is no reason to test for a Gamma model for  before running a Gamma regression, for instance. But ... [Read more...]

Mapping the world’s longest plane fights

February 3, 2016 | David Smith

If you're one of those people that dreads long plane flights, this map by Matt Strimas-Mackey will help you find routes to avoid. It shows Wikipedia's list of the top 30 scheduled commercial flights by distance (with code-share duplicates removed), represented as a map showing the routes colour-coded by the time ... [Read more...]

When k-means Clustering Fails

February 2, 2016 | Jonathan Callahan

This entry is part 19 of 19 in the series Using RLetting the computer automatically find groupings in data is incredibly powerful and is at the heart of “data mining” and “machine learning”. One of the most widely used methods …   read more ... [Read more...]

rbokeh Version 0.3.4 Released

February 2, 2016 | ryan hafen

The rbokeh package version 0.3.4 was recently released. First of all, if you are new to rbokeh, check out the documentation here to get familiar with the package. You can install the latest version with the following: install.packages("rbokeh", re... [Read more...]

Commonmark: Super Fast Markdown Rendering in R

February 2, 2016 | Jeroen Ooms

A few months ago I first announced the commonmark R package. Since then there have been a few more releases… time for an update! What is CommonMark? Markdown is used in many places these days, however the original spec actually leaves some ambiguity which makes it difficult to optimize and ...
[Read more...]

The R Parallel Programming Blog

February 2, 2016 | Peng Zhao

Today, parallel computing truly is a mainstream technology. But, stock R is still a single-thread and main memory (RAM) limited software, which really restricts its usage and efficiency against the challenges from very complex model architectures, dynamically configurable analytics models and big data input with billions of parameters and samples. ... [Read more...]

Unemployment in Europe

February 2, 2016 | Wingfeet

A couple of years I have made plots of unemployment and its change over the years. At first this was a bigger and complex piece of code. As things have progressed, the code can now become pretty concise. There are just plenty of packages to do the heavy lifting. So, ... [Read more...]

Unemployment in Europe

February 2, 2016 | Wingfeet

A couple of years I have made plots of unemployment and its change over the years. At first this was a bigger and complex piece of code. As things have progressed, the code can now become pretty concise. There are just plenty of packages to do the heav... [Read more...]

Creating a timeline using R

February 2, 2016 | "Mauricio Vargas S. 帕夏"

On Jan, 10th David Bowie left this earthly realm. That day, as I do like his music a lot, I decided to create a timeline and recently I decided to make the code publicly available. Required packages You need rCharts whose author is Ramnath Vaidyanathan. The package does not contain ... [Read more...]

Like peanut butter and jelly: x13binary and seasonal

February 2, 2016 | usefulr

This post was written by Dirk Eddelbuettel and Christoph Sax and posted by both author’s respective blogs. The seasonal package by Christoph Sax brings a very featureful and expressive interface for working with seasonal data to the R environment. It uses the standard tool of the trade: X-13ARIMA-SEATS. ...
[Read more...]
1 10 11 12 13 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)