November 2018

RcppArmadillo 0.9.200.4.0

November 10, 2018 | Thinking inside the box

A new RcppArmadillo release, now at 0.9.200.4.0, based on the new Armadillo release 9.200.4 from earlier this week, is now on CRAN, and should get to Debian very soon. Armadillo is a powerful and expressive C++ template library for linear algebra ai... [Read more...]

One-arm Bayesian Adaptive Trial Simulation Code

November 9, 2018 | BioStatMatt

I had an opportunity recently to design a Bayesian adaptive trial with several interim analyses that allow for early stopping due to efficacy or futility. The code below implements the one-arm trial described in the great introductory article by Ben Saville et al. Three of the coauthors are current or ... [Read more...]

simmer 4.1.0

November 9, 2018 | Iñaki Úcar

The 4.1.0 release of simmer, the Discrete-Event Simulator for R, is on CRAN. As per request in the mailing list, now get_global() is able to work inside a generator function. Moreover, the new add_global() method attaches a global attribute to a simulator. library(simmer) env % set_global("interarrival", 1, mod="+") ... [Read more...]

T-mobile uses R for Customer Service AI

November 9, 2018 | David Smith

T-Mobile, the global telecommunication company, is using R in production to automatically classify text messages to customer service and route them to an agent that can help. The AI@T-mobile team used the keras library in R to build a natural language processing engine with Tensorflow, and deployed it to ...
[Read more...]

Coding Regression trees in 150 lines of R code

November 9, 2018 | André Bleier

Motivation There are dozens of machine learning algorithms out there. It is impossible to learn all their mechanics, however, many algorithms sprout from the most established algorithms, e.g. ordinary least squares, gradient boosting, support vector machines, tree-based algorithms and neural networks. At STATWORX we discuss algorithms daily to evaluate ...
[Read more...]

mlr vs. caret

November 8, 2018 | Philipp Probst

Let’s compare the two popular R packages for machine learning mlr and caret. caret is longer on the market, its first CRAN release seems to be from 2007, while mlr came to CRAN on 2013. As for now, caret seems to be more popular, according to cranlogs caret was downloaded 178029 times ... [Read more...]

On power and effect size

November 8, 2018 | LeaRning Stats

Introduction I have seen a lot of tweets on my feed about power and effect size. I wanted to think about those things carefully, so I did some reading and am writing down some thoughts. An interesting paper that I read on this is here The takeaway is that studies ...
[Read more...]
1 8 9 10 11 12 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)