December 2016

Euler Problem 3: Largest Prime Factor

December 14, 2016 | Peter Prevos

Solutions to Euler Problem 1 in the R language for statistical computing. This problem asks to find the largest prime factor of the number 600851475143. Continue reading → The post Euler Problem 3: Largest Prime Factor appeared first on The Devil is in the Data. [Read more...]

New Course: Data Visualization in R

December 14, 2016 | DataCamp Blog

We just launched Data Visualization in R taught by Ronald Pearson! R supports four different graphics systems: base graphics, grid graphics, lattice graphics, and ggplot2. Base graphics is the default graphics system in R, the easiest of the four syst... [Read more...]

One Page R: A Survival Guide to Data Science with R

December 14, 2016 | David Smith

If you're looking to get started with data science in R, a great place to start is OnePageR by Graham Williams. (Graham is the creator of Rattle, author of Data Mining with Rattle and R, and Director of Data Science at Microsoft.) This free (CC-licensed) resource is a series of ... [Read more...]

Hierarchical Clustering exercises (beginner)

December 14, 2016 | karolis koncevicius

Grouping objects into clusters is a frequent task in data analysis. In this set of exercises we will use hierarchical clustering to cluster European capitals based on their latitude and longitude. Before trying out this exercise please make sure that you are familiar with the following functions: dist, hlcust, cutree, ... [Read more...]

anytime 0.1.2: Another bugfix

December 13, 2016 | Thinking inside the box

Another update, now at release 0.1.2, of anytime arrived at CRAN earlier today. anytime is a very focused package aiming to do just one thing really well: to convert anything in integer, numeric, character, factor, ordered, ... format to either POSIXct or Date objects -- and to do so without requiring a ... [Read more...]

GPU Accelerated XGBoost

December 13, 2016 | DMLC

GPU Accelerated XGBoost Decision tree learning and gradient boosting have until recently been the domain of multicore CPUs. Here we showcase a new plugin providing GPU acceleration for the XGBoost library. The plugin provides significant speedups over multicore CPUs for large datasets. The plugin can be found at: https://github....
[Read more...]

magrittr’s Doppelgänger

December 13, 2016 | John Mount

R picked up a nifty way to organize sequential calculations in May of 2014: magrittr by Stefan Milton Bache and Hadley Wickham. magrittr is now quite popular and also has become the backbone of current dplyr practice. If you read my last article on assignment carefully you may have noticed I ...
[Read more...]

Recursively search for text in R scripts.

December 13, 2016 | Forester

Often I find myself needing to search for .R or or .Rmd files in which I have used a specific function. There are a variety of searches that you can do; however, I wanted something that would work recursively at the command line of a Linux or Mac termi... [Read more...]

Rupture Detection

December 13, 2016 | arthur charpentier

There are some graphs that you cannot forget. One graph that I found puzzling was mentioned on Andrew Gelman’s blog, a few years back, and was related to rupture detection What I remember from this graph is that if you want to get a rupture, you can easily find ...
[Read more...]

Announcing a major update to merTools

December 13, 2016 | Jared Knowles

merTools is an R package that is designed to make working with multilevel models from lme4, particularly large models with many random effects, fast and easy. With merTools you can generate prediction intervals that incorporate various components of uncertainty (fixed effect, random effect, and model uncertainty), you can get the ... [Read more...]

R in Insurance 2017

December 13, 2016 | R on mages' blog

The fifth conference on R in Insurance will be held on 8 June 2017 at ENSAE. ENSAE is the Paris Graduate School for Economics, Statistics and Finance.The intended audience of the conference includes both academics and practitioners who are active or interested in the applications of R in Insurance.This one-day ... [Read more...]
1 7 8 9 10 11 18

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)