2018

AzureRMR: an R interface to Azure Resource Manager

November 26, 2018 | Hong Ooi

In a previous article I announced AzureR, a new family of packages for working with Azure from R. This article goes into more detail on how you can use AzureRMR, the base package of the AzureR family, to manage resources with Azure Resource Manager. Before you begin The first thing ...
[Read more...]

Plotting wind highways using rWind

November 25, 2018 | Javi Fernández-López

Hi there! Our manuscript about rWind R package has been recently accepted for publication in Ecography! As you know, rWind is a tool used to download and manage wind data, with some utilities that make easy to include wind information in ecological or evolutionary analyses (or others!). Though there are ...
[Read more...]

New version of pqR, with major speed improvements

November 25, 2018 | Radford Neal

I’ve released pqR-2018-11-18, a new version of my variant implementation of R.  You can install it on Linux, Windows, or Mac as described at pqR-project.org. Installation must currently be from source, similarly to source installs of R Core versions of R. This version has some major ...
[Read more...]

Statistics Sunday: Introduction to Regular Expressions

November 25, 2018 |

In my last Statistics Sunday post, I briefly mentioned the concept of regular expressions, also known as regex (though note that in some contexts, these refer to different things - see here). A regular expression is a text string, which you ask your program to match. You can use this ...
[Read more...]

Improving Binning by Bootstrap Bumping

November 25, 2018 | statcompute

In the post (https://statcompute.wordpress.com/2018/11/23/more-robust-monotonic-binning-based-on-isotonic-regression), a more robust version of monotonic binning based on the isotonic regression was introduced. Nonetheless, due to the loss of granularity, the predictability has been somewhat compromised, which is a typical dilemma in the data science. On one hand, we don’t ... [Read more...]

OneR – fascinating insights through simple rules

November 25, 2018 | Learning Machines

We already saw the power of the OneR package in the preceding post. Here we want to give some more examples to gain some fascinating, often counter-intuitive, insights. Shirin Glander of Muenster University tested the OneR package with data from the World Happiness Report to find out what makes people ... [Read more...]

A tutorial on tidy cross-validation with R

November 24, 2018 | Econometrics and Free Software

Introduction This blog posts will use several packages from the {tidymodels} collection of packages, namely {recipes}, {rsample} and {parsnip} to train a random forest the tidy way. I will also use {mlrMBO} to tune the hyper-parameters of the random forest. Set up Let’s load the needed packages:
library("tidyverse")
library("tidymodels")
library("parsnip")
library("brotools")
library("mlbench")
Load ... [Read more...]

Quidditch: is it all about the Snitch?

November 24, 2018 | Mattan S.

Much has been said about how the game of Quidditch is ruined by the scoring system - specifically how it makes no sense that the snitch is worth 150 points and that catching it ends the game [1, 2, 3]. Most of these arguments seem to revolve around the claim that it is nearly ...
[Read more...]

RcppEigen 0.3.3.5.0

November 24, 2018 | Thinking inside the box

Another minor release 0.3.3.5.0 of RcppEigen arrived on CRAN today (and just went to Debian too) bringing support for Eigen 3.3.5 to R. As we now carry our small set of patches to Eigen as diff in our repo, it was fairly straightforward to bring thes... [Read more...]

lmer vs INLA for variance components

November 24, 2018 | aghaynes

Just for fun, I decided to compare the estimates from lmer and INLA for the variance components of an LMM (this isn’t really something that you would ordinarily do – comparing frequentist and bayesian approaches). The codes are below. A couple of plots are drawn, which show the distribution of ... [Read more...]

OneR – fascinating insights through simple rules

November 24, 2018 | Learning Machines

We already saw the power of the OneR package in the preceding post. Here we want to give some more examples to gain some fascinating, often counter-intuitive, insights. Shirin Glander of Muenster University tested the OneR package with data from the World Happiness Report to find out what makes people ... [Read more...]
1 14 15 16 17 18 174

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)