September 2017

rrricanes to Access Tropical Cyclone Data

September 27, 2017 | Tim Trice

What is rrricanes Why Write rrricanes? There is a tremendous amount of weather data available on the internet. Much of it is in raw format and not very easy to obtain. Hurricane data is no different. When one thinks of this data they may be inclined to think it is ... [Read more...]

Data.Table by Example – Part 2

September 26, 2017 | atmathew

In part one, I provided an initial walk through of some nice features that are available within the data.table package. In particular, we saw how to filter data and get a count of rows by the date. Let us now add a few columns to our dataset on reported ... [Read more...]

RcppAnnoy 0.0.10

September 26, 2017 | Thinking inside the box

A few short weeks after the more substantial 0.0.9 release of RcppAnnoy, we have a quick bug-fix update. RcppAnnoy is our Rcpp-based R integration of the nifty Annoy library by Erik. Annoy is a small and lightweight C++ template header library for ve... [Read more...]

Microsoft Cognitive Services Vision API in R

September 26, 2017 | Scott Stoltzman

Microsoft Cognitive Services Vision API in R A little while ago I did a brief tutorial of the Google Vision API using RoogleVision created by Mark Edmonson. I couldn’t find anything similar to that in R for the Microsoft Cognitive Services API so I thought I would give it ...
[Read more...]

Infamous Inf – Part I

September 26, 2017 | Kenith Grey

R’s Inf keyword – Have you’ve ever wondered what to do with it? If so, this is the first in series of posts that explore how we can exploit the keyword’s interesting properties to get the answers we need and improve code robustness. For those unfamiliar with R’... [Read more...]

Traveling Salesman

September 26, 2017 | arthur charpentier

In the second part of the course on graphs and networks, we will focus on economic applications, and flows. The first series of slides are on the traveling salesman problem. Slides are available online. [Read more...]

When Are Citi Bikes Faster Than Taxis in New York City?

September 26, 2017 | Todd Schneider

Every day in New York City, millions of commuters take part in a giant race to determine transportation supremacy. Cars, bikes, subways, buses, ferries, and more all compete against one another, but we never get much explicit feedback as to who “wins.” I’ve previously written about NYC’s public ...
[Read more...]

When are Citi Bikes Faster than Taxis in New York City?

September 26, 2017 | Todd Schneider

Every day in New York City, millions of commuters take part in a giant race to determine transportation supremacy. Cars, bikes, subways, buses, ferries, and more all compete against one another, but we never get much explicit feedback as to who “wins.” I’ve previously written about NYC’s public ... [Read more...]

Data.Table by Example – Part 1

September 26, 2017 | atmathew

For many years, I actively avoided the data.table package and preferred to utilize the tools available in either base R or dplyr for data aggregation and exploration. However, over the past year, I have come to realize that this was a mistake. Data tables are incredible and provide R ...
[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)