March 2016

Soap-film smoothers & lake bathymetries

March 27, 2016 | Gavin L. Simpson

A number of years ago, whilst I was still working at ENSIS, the consultancy arm of the ECRC at UCL, I worked on a project for the (then) Countryside Council for Wales (CCW; now part of Natural Resources Wales). I don’t recall why they were doing this project, but ...
[Read more...]

Soap-film smoothers & lake bathymetries

March 27, 2016 | Gavin L. Simpson

A number of years ago, whilst I was still working at ENSIS, the consultancy arm of the ECRC at UCL, I worked on a project for the (then) Countryside Council for Wales (CCW; now part of Natural Resources Wales). I don’t recall why they were doing this project, but ... [Read more...]

Web-Scraping JavaScript rendered Sites

March 26, 2016 | Florian Teschner

Gathering data from the web is one of the key tasks in order to generate easy data-driven insights into various topics. Thanks to the fantastic Rvest R package web scraping is pretty straight forward. It basically works like this; go to a website, find the right items using the selector ... [Read more...]

Does weather cause accidents – part 1

March 26, 2016 | Adventures in Data

Blending weather data Scotland and other parts of the UK have some nicely curated open data on road traffic accidents. For individual cases, where and when they happened, how severe they were, the prevailing road conditions, which emergency services were involved and so on. It felt to me like this ... [Read more...]

The Simpsons as a Chart

March 26, 2016 | The Clerk

Inspired by this clever image, I thought I would whip it up in R.Results:Below is the R code: # Prepare ----------------------------------------------------------------- rm(list=ls());gc() pkg
[Read more...]

The Simpsons as a Chart

March 26, 2016 | The Clerk

Inspired by this clever image, I thought I would whip it up in R.Results:Below is the R code: 1: # Prepare ----------------------------------------------------------------- 2: rm(list=ls());gc() 3: pkg
[Read more...]

Rcpp 0.12.4: And another one

March 26, 2016 | Thinking inside the box

The fourth update in the 0.12.* series of Rcpp has now arrived on the CRAN network for GNU R, and has just been pushed to Debian as well. This follows four days of idleness in the incoming/ directory: Word is that the tireless CRAN maintainers were traveling and only covering simpler ... [Read more...]

Nuclear Animations in R

March 26, 2016 | hrbrmstr

@jsvine (Data Editor at BuzzFeed) cleaned up and posted a data sets of historical nuclear explosions earlier this week. I used it to show a few plotting examples in class, but it’s also a really fun data set to play around with: categorial countries; time series; lat/long pairs; ... [Read more...]

Football By The Numbers

March 25, 2016 | Salvino

[1] [2] [3] Over the last 40-50 years, the international spread of the passion for football has revealed as one of the most pandemic social phenomena. Something that was considered as a fun form of national craziness typical of Brazilian, British and Italian people in the 1960s and ’70s is Read More ... [Read more...]

Introductions to R and predictive analytics

March 25, 2016 | David Smith

If you're new to the concept of predictive models, or just want to review the background on how data scientists learn from past data to predict the future, you may be interested in my talk from the Data Insights Summit, Introduction to Real-Time Predictive Modeling. In the talk above I ... [Read more...]

Easy data validation with the validate package

March 25, 2016 | mark

The validate package is our attempt to make checking data against domain knowledge as easy as possible. Here is an example. [crayon-56f5bac53c653388423735/] The summary gives an overview of the number of items checked. For an aggregated test, such as the … Continue reading → [Read more...]

googleformr asks – why R u open-source?

March 25, 2016 | data_steve

googleformr is a CRAN package for collecting data programmatically via Google Forms. For collecting data online through user submissions, Google Forms can be a very convenient way to maintain a lot of control. Trying to use Google Sheets or public folders on Dropbox either requires maintain a lot of credentialling, ... [Read more...]

Football by the numbers

March 24, 2016 | Salvino A. Salvaggio

Salvino A. Salvaggio [1] [2] [3] In this blog I publish data analysis cases based on the R statistical language. No statistical or mathematical theory here, no discussions of the R language, no software tutorials, but only concrete case studies using existing R tools. To download R code and dataset, click here (4.0 MB). ... [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)