March 2016

OS X XQuartz Vulnerability Test Using R

March 7, 2016 | hrbrmstr

It’s usually a good thing when my #rstats and infosec worlds collide. Unfortunately, this time it’s a script that R folk running on OS X can use to see if they are using a version of XQuartz that has a nasty vulnerability in the framework it uses to ... [Read more...]

A new website for MilanoR

March 7, 2016 | MilanoR

R is growing faster, our community is growing as well: that's why we provided MilanoR with a brand new website, more functional to find our R resources. The post A new website for MilanoR appeared first on MilanoR. [Read more...]

Primary Plotting

March 7, 2016 | hrbrmstr

My wife tricked me into a partial-weekend project to try to get all the primary/caucus results to-date on a map (the whole us). This is challenging since not all states use counties as boundaries for aggregate results. I’m still piecing together some shapefiles for the primary/caucus summation ... [Read more...]

Upcoming R for Microsoft training days

March 7, 2016 | Steph

In May, I will be delivering two R for Microsoft training days. These two days will focus on some R fundamentals and applying these fundamentals within the Microsoft Data Platform. These training days are ideal if you know one half of the components – whether that’s the R bit or ... [Read more...]

Wrapper functions for Leaflet in R

March 7, 2016 | Mitchell Gritts

Over the last several months I’ve been building a Shiny app for exploratory analysis and visualization of animal movement data. I want the app to be fully interactive so I decided to use leaflet over other mapping packages. Creating this application ... [Read more...]

Creating a package for your data set

March 6, 2016 | Roel M. Hogervorst

Turning your dataset into a package is very useful for reproducable research. This tutorial is for you, even if you’ve never created a package in r. Why would you turn your dataset into a package? very easy to share easy to load (library(name) is easier then load("path/...
[Read more...]

Revisiting Data-driven Marketing, part III

March 6, 2016 | Florian Teschner

In the last two posts 1, 2, I tried to discuss how measurement and false metrics drive optimization towards low hanging fruits and in the end degrade ad effectiveness. I would like to follow up with a short example of how the issue extends into the paid search (e.g. Google Adwords) ... [Read more...]

GG Periodic Highlight

March 6, 2016 | Vincent D. Warmerdam

Sometimes you'll to confirm if a timeseries pattern is influenced by the day of the week. Weekends are a prime example for when usually online behavior is different. This document will explain a method of communicating this visually. library(ggplot2) library(dplyr) Let's first generate some data which has a ... [Read more...]

Book review: Storytelling With Data

March 6, 2016 | Martin Monkman

by Cole Nussbaumer Knaflic (2015, Wiley)The Sabermetric bookshelf, #4One of the great strengths of R is that there are some robust (and always improving) packages that facilitate great data visualization and tabular summaries. Beyond the capabilities built into the base version of R, packages such as ggplot2 (my favourite), lattice, ... [Read more...]

Quick Intro to NMF (the Method and the R Package)

March 6, 2016 | matloff

Nonnegative matrix factorization (NMF) is a popular tool in many applications, such as image and text recognition. If you’ve ever wanted to learn a little bit about NMF, you can do so right here, in this blog post, which will summarize the (slightly) longer presentation here. The R package ...
[Read more...]

WOMBAT 2016 Wrap Up

March 5, 2016 | njtierney - rbloggers

A few weeks ago I spoke at the Workshop Organized by Monash Business Analytics Team (WOMBAT), held in the Melbourne Zoo (!) on Thursday and Friday the 18th and 19th February. It was my first time at the Melbourne Zoo, and my first time having a conference in a Zoo. It ... [Read more...]

International Open Data Day

March 5, 2016 | Andrew Collier

As part of International Open Data Day we spent the morning with a bunch of like minded people poring over some open Census South Africa data. Excellent initiative, @opendatadurban, I’m very excited to see where this is all going and look forward to contributing to the journey! The data ... [Read more...]

gunsales 0.1.1

March 5, 2016 | Thinking inside the box

A minor update to our recently released gunsales package is now on the CRAN network. The changes are completely internal and deal with automagic discovery of the X-13ARIMA-SEATS program via our associated x13binary package. More precisely, we let Sol... [Read more...]

The making of cricket package yorkr – Part 1

March 5, 2016 | Tinniam V Ganesh

Introduction Here is a sneak preview of my latest package cricket package yorkr in R. My earlier package ‘cricketr’ (see Introducing cricketr: An R package for analyzing performances of cricketers) was based on data from ESPN Cricinfo Statsguru. My current package ‘yorkr’ is based on data from Cricsheet. The data ...
[Read more...]
1 10 11 12 13 14 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)