September 2014

More presentations from useR! 2014

September 10, 2014 | David Smith

DataScience.LA has posted a great recap of the latest LA R meetup, which in turn was a recap of presentations from the useR! 2014 conference. Follow that link to review slides from the event, whith summaries of useR! 2014 related to R and Python; Finance; dplyr; R books; SalesForce and R ... [Read more...]

Plotly: Here’s What You Can Do, One Year In

September 10, 2014 | Plotly Blog

Plotly is now a year old. We wanted to update you on what you can do, and let you know how other folks are using Plotly. For example, NASA scientists and engineers track satellites with Plotly. Google Chrome ships a Plotly Chrome App for high school st...
[Read more...]

Fun with Bordered Cubes

September 9, 2014 | Francis Smart

I am interested in generating 3D reasoning items in R. To this end I have adapted some of the awesome functions built in the rgl library to my ends. My new function is 'cube' and it takes position and automatically sizes itself as a 1x1x1 cube though t... [Read more...]

How accurate is Next Bus II: wrangling data

September 9, 2014 | Andrew Brooks - R

Goal: determine how accurate Next Bus predictions are Step 1: Create a timeseries Step 2: Flag arrivals and departures Step 2: Filter Step 3: Calculate error in Next Bus predictions Step 4: Write out data to csv In a the previous post we extracted Next Bus predictions from the Wmata API. If that’s too ... [Read more...]

Frazzini goes French

September 9, 2014 | klr

A kind reader commented “Don’t know if you have seen it, but Frazzini goes French now too” .  I have profusely thanked and praised Kenneth French for his incredible data library.  Now, it appears I’ll have to repeatedly do the same for Andrea... [Read more...]

Multivariable gradient descent

September 9, 2014 | Mic

This article is a follow up of the following:Gradient descent algorithm Here below you can find the multivariable, (2 variables version) of the gradient descent algorithm. You could easily add more variables. For sake of simplicity and for making it more intuitive I decided to post the 2 variables case. In ...
[Read more...]

The Collatz Conjecture Continued

September 9, 2014 | Joseph Rickert

by Seth Mottaghinejad Let's review the Collatz conjecture, which says that given a positive integer n, the following recursive algorithm will always terminate: if n is 1, stop, otherwise recurse on the following if n is even, then divide it by 2 if n is odd, then multiply it by 3 and add 1 ... [Read more...]

Next Kölner R User Meeting: Friday, 12 September 2014

September 9, 2014 | Markus Gesmann

The next Cologne R user group meeting is scheduled for this Friday, 12 September 2014.We have a great agenda with international speakers: Maarten-Jan Kallen: Introduction to Renjin, the R interpreter for the JVM Jonathan Cornelissen, Martijn Theuwissen: DataCamp - An online interactive learning platform for R The event will be followed ... [Read more...]

Bay Area Real Estate (cont.)

September 8, 2014 | [email protected]

Previously, I posted a short post about recent detached single house prices in San Leandro and Hayward areas.  I received a little more data (sales data from the past month), so I thought it would be a good time for … Continue reading →
[Read more...]

Transport Map Book

September 8, 2014 | Alex Singleton - R

The Transport Map Books are available for each local authority district in England and present a series of maps related to commuting behaviour. The data are derived from multiple sources including: the 2011 Census, Department for Transport estimates and the results of a research project looking at carbon dioxide emissions linked ... [Read more...]

ASDAR book Review

September 8, 2014 | Robin Lovelace - R

I was recently invited to write a book review for Applied Spatial Analysis and Policy (ASAP). The book, I conclude, “is the authoritative resource on R’s spatial capabilities” and should be of interest to many R users. Below is a preprint of the full review, now published on ASAP’... [Read more...]

Spatial Clustering: Conley Standard Errors for R

September 8, 2014 | Thiemo Fetzer

I have been working quite a lot with climate and weather data, to study the impact of rainfall shocks on violence in India and how this relationship changed, after the social insurance scheme NREGA was introduced. In my context, it becomes particularly relevant to adjust for spatial correlation if you ... [Read more...]
1 8 9 10 11 12 13

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)