November 2017

Visualizing an NBA Team’s Schedule Using R

November 25, 2017 | r on Tony ElHabr

If you’re not completely new to the data science community (specifically, the #rstats community), then you’ve probably seen a version of the “famous” data science workflow diagram. 1 If one is fairly familiar with a certain topic, then one might not spend much time with the initial “visualize” step ...
[Read more...]

RLumModel 0.2.3 released!

November 25, 2017 | Johannes Friedrich's R Blog

New parameter set and tests - A new update of my R-package RLumModel was released on 22nd November 2017. The update includes a new parameter set Friedrich2018 which is able to simulate dose rates effect for radiofluorescence measurements. An... [Read more...]

Version 0.6-8 of NIMBLE released!

November 24, 2017 | Chris Paciorek

We’ve just released the newest version of NIMBLE on CRAN and on our website. Version 0.6-8 has a few new features, and more are on the way in the next few months. New features include: the proper Gaussian CAR (conditional autoregressive) model can now be used in BUGS code ...
[Read more...]

(Yet Another) Migration to Blogdown Post

November 24, 2017 | r on Tony ElHabr

As of today, I’ve officially made the jump to using the R package blogdown (which uses the Hugo static-site generator under the hood) for my personal website. Previously, I had been using WordPress for my blogging purposes. In sync with the change in platform, I’m changing the name ... [Read more...]

New sports from random emoji

November 24, 2017 | Rstats on Julia Silge

I love emoji ❤️ and I love xkcd, so this recent comic from Randall Munroe was quite a delight for me. I sat there, enjoying the thought of these new sports like horse hole and multiplayer avocado and I thought, “I can make more of these in just the barest handful ...
[Read more...]

Predicting Player Positions of FIFA 18 Players

November 23, 2017 | schochastics

In this post, I will use the results of the exploratory analysis from the previous post and try to predict the position of players in FIFA 18 using different machine learning algorithms. As a quick reminder, these were the figures we obtained using PCA, t-SNE and a self organizing map.
#used packages
library(tidyverse)  # for data wrangling
library(hrbrthemes) # nice themes for ggplot
library(caret) # ML algorithms
... [Read more...]

EARL Boston round up

November 23, 2017 | Mango Solutions

Now we’ve recovered from over indulging in Boston’s culinary delights, we’re ready to share our highlights from this year’s EARL Boston Conference. Day 1 highli...
[Read more...]

Happy Thanksgiving!

November 23, 2017 | David Smith

Today is Thanksgiving Day here in the US, so we're taking the rest of the week off to enjoy the time with family. Even if you don't celebrate Thanksgiving, today is still an excellent day to give thanks to the volunteers who have contributed to the R project and its ... [Read more...]

Tuning random forest

November 22, 2017 | Philipp Probst

Random forest is one of the standard approaches for supervised learning nowadays. One of its advantages is that it does not require tuning of the hyperparameters to perform good. But is that really true? Maybe we are not only interested in a good model but in the best model we ... [Read more...]

Dashboard 2.0

November 22, 2017 | Timothy Lin

SG Dashboard 2.0 is now released and updated with Q3’s economic results. Built on R’s flexdashboard with interactive graphs on Plotly. My take on bringing statistical releases to the digital age. [Read more...]

Arbitrary Data Transforms Using cdata

November 22, 2017 | John Mount

We have been writing a lot on higher-order data transforms lately: Coordinatized Data: A Fluid Data Specification Data Wrangling at Scale Fluid Data Big Data Transforms. What I want to do now is "write a bit more, so I finally feel I have been concise." The cdata R package supplies ...
[Read more...]
1 2 3 4 5 6 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)