January 2015

Maths, Music and Merkbar

January 15, 2015 | aschinchon

Control is what we already know. Control is where we have already ventured. Control is what helps us predict the future. (Merkbar) Maths and music get along very well. Last December I received a mail from a guy called Jesper. He is one of the two members of Merkbar: a ...
[Read more...]

Some basics for base graphics

January 15, 2015 | Joseph Rickert

by Joseph Rickert One of the greatest strengths of the R language is surely the base graphics capabilities. Grid graphics, lattice, ggplot2, bigvis and the many R packages that interface with javascript D3 graphics have added astounding capabilities, well beyond what can be achieved with base graphics alone. Nevertheless, the ... [Read more...]

Drug Crime Density in Boston

January 15, 2015 | Benevolent Planner

The original map can be found in my previous post, Spatial Data Visualization with R. As a review, I use get_map function in the ggmap package to grab a map of Boston from Google Maps. The “crime report” data can be found at https://data.cityofboston.gov/. In the ...
[Read more...]

How do you get things into base-R?

January 15, 2015 | richierocks

A couple of months ago I spotted that the examples for the paste function weren’t very good, and actually, there were quite a few functions that new users of R are likely to encounter, that weren’t well explained. I’ve now managed to get some updated examples into ... [Read more...]

shinyEvents: build shiny apps with event handlers

January 15, 2015 | Economics and R - R posts

RStudio's shiny is a great framework to generate web applications with R. In a classical shiny app, interactivity is not generated via event handlers but by reactive programming. For details, see the shiny documentation and tutorials under http://shiny.rstudio.com/. While shiny's reactive programming model is great for smaller ...
[Read more...]

R is still hot, and getting hotter

January 14, 2015 | David Smith

It's been more than four years since I wrote the white paper R is Hot with the goal of introducing R to companies who need modern and flexible data analysis software. It's still the most-downloaded whitepaper on the Revolution Analytics website. But a lot has changed in the past four ... [Read more...]

The 74 most violent cities in Mexico

January 14, 2015 | Diego Valle-Jones

I’ve updated the mxmortalitydb package to include 2013 data. This data only package includes all injury intent deaths (accidents, homicides, suicides, and unspcified intent) that were registered in Mexico from 2004 to 2013. You can use the package to calculate changes and trends in homicide rates in the most violent metro areas (... [Read more...]

Harvesting Canadian climate data

January 14, 2015 | Gavin L. Simpson

In December I found myself helping one of our graduate students with a data problem; for one of their thesis chapters they needed a lot of hourly climate data for a handful of stations around Saksatchewan. All of this data was and is available for download from the Government of ... [Read more...]

Predictive analysis in eCommerce part-3

January 13, 2015 | Amar Gondaliya

Welcome to the third part of series posts. In previous post, I discussed about the data points which we require to perform predictive analysis. In this post I will discuss about the solution approach along with required methodology and its implementation in R. Before we move ahead in this part, ... [Read more...]

simulation by inverse cdf

January 13, 2015 | xi'an

Another Cross Validated forum question that led me to an interesting (?) reconsideration of certitudes! When simulating from a normal distribution, is Box-Muller algorithm better or worse than using the inverse cdf transform? My first reaction was to state that Box-Muller was exact while the inverse cdf relied on the coding ...
[Read more...]

Sessionizing Log Data Using dplyr [Follow-up]

January 13, 2015 | Randy Zwitch

Last week, I wrote a blog post showing how to sessionize log data using standard SQL. The main idea of that post is that if your analytics platform supports window functions (like Postgres and Hive do), you can make quick work out of sessionizing logs. Here’s the winning query:... [Read more...]

Interactive R Notebooks on powerful cloud hardware

January 13, 2015 | Joseph Rickert

by Nick Elprin Co-Founder Domino Data Lab "R Notebooks" use the IPython Notebook UI to run R (rather than Python) in notebook cells, giving you an interactive R environment hosted on scalable servers, accessible through a web browser. This post describes how and why we built our "R Notebooks" feature. ... [Read more...]
1 5 6 7 8 9 12

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)