November 2018

Using clustering to find points in an image

November 26, 2018 | Florian Privé

In this post, I present my new package {img2coord}. This package can be used to retrieve coordinates from a scatter plot (as an image). devtools::install_github("privefl/img2coord") Have you ever made a plot, saved it as a png and moved on? When you come back to ...
[Read more...]

Slack and Plumber, Part Two

November 26, 2018 | R Views

This is the final entry in a three-part series about the plumber package. The first post introduces plumber as an R package for building REST API endpoints in R. The second post builds a working example of a plumber API that powers a Slack slash command. In this final entry, ... [Read more...]

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...]
1 2 3 4 5 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)