January 2016

Delays on the Dutch railway system

January 8, 2016 | Longhow Lam

I almost never travel by train, the last time was years ago. However, recently I had to take the train from Amsterdam and it was delayed for 5 minutes. No big deal, but I was just curious how often these … Continue reading →
[Read more...]

Age of U.S. President Candidates

January 8, 2016 | Karsten W.

This is a remake of a chart at reddit 6 months ago. I had an idea back then, but did not work it out and now the discussion is closed. The data comes from wikipedia, dimdat and NYT. The graph was created with R, here is the source code. [Read more...]

Age of U.S. President Candidates

January 8, 2016 | Karsten W.

This is a remake of a chart at reddit 6 months ago. I had an idea back then, but did not work it out and now the discussion is closed. The data comes from wikipedia, dimdat and NYT. The graph was created with R, here is the source code. [Read more...]

satRdays are coming

January 8, 2016 | Gergely Daróczi

It's been only around 2 months since the idea of community-driven R conferences was born, when Steph Locke first talked publicly about this cool conception, but I am pretty sure we will be able to attend at least one or two satRdays in 2016 -- as the project received many and very ... [Read more...]

satRdays are coming

January 8, 2016 | Gergely Daróczi

It's been only around 2 months since the idea of community-driven R conferences was born, when Steph Locke first talked publicly about this cool conception, but I am pretty sure we will be able to attend at least one or two satRdays in 2016 -- as the project received many and very ...
[Read more...]

Bayesian regression with STAN: Part 1 normal regression

January 8, 2016 | Lionel Hertzog

This post will introduce you to bayesian regression in R, see the reference list at the end of the post for further information concerning this very broad topic. Bayesian regression Bayesian statistics turn around the Bayes theorem, which in a regression context is the following: $$ P(theta|Data) propto P(... [Read more...]

AsioHeaders 1.11.0-1

January 7, 2016 | Thinking inside the box

Making it easier to use C++ in R has been a really nice and rewarding side effect of the work on Rcpp. One really good idea came from something Jay Emerson, Michael Kane and had I kicked about for way too long: shipping Boost headers for easier use by R ... [Read more...]

Animated 3D Plot of Ammonia Toxics Criteria

January 7, 2016 | AdventuresInData

In 2013, EPA published final national recommended water quality criteria for the protection of aquatic life from the toxic effects of ammonia in freshwater.http://www.epa.gov/wqc/aquatic-life-criteria-ammoniaThese criteria are a function of water temperature and pH, so that the criteria concentration value changes with changing pH and temperature.  ... [Read more...]

Getting Started with Markov Chains

January 7, 2016 | Joseph Rickert

by Joseph Rickert There are number of R packages devoted to sophisticated applications of Markov chains. These include msm and SemiMarkov for fitting multistate models to panel data, mstate for survival analysis applications, TPmsm for estimating transition probabilities for 3-state progressive disease models, heemod for applying Markov models to health ... [Read more...]

Climatic Change At A Glance

January 7, 2016 | aschinchon

Mmm. Lost a planet, Master Obi-Wan has. How embarrassing (Yoda, Attack Of The Clones) Some time ago I published this post in KDnuggets in which I analyze historical temperatures to show how we are gradually heading toward a warmer planet. Simple data science to obtain a simple (and increasingly accepted) ...
[Read more...]

Use rvest to scrape NFL weather data

January 7, 2016 | Verena

If you are following my progress in the Data Science Learning Club you might know that I am using NFL data for the tasks. For predicting sports events I think it is not only important to have statistics about the players, teams and previous games but also about the weather. ...
[Read more...]

The Evolution of Distributed Programming in R

January 7, 2016 | Mango Blogger

By Paulin Shek Both R and distributed programming rank highly on my list of “good things”, so imagine my delight when two new packages, ddR (https://github.com/vertica/ddR) and multidplyr (https://github.com/hadley/multidplyr), used for distributed programming in R were released in November last … Continue reading → [Read more...]

Reading delimited data

January 7, 2016 | r-exercises

In the exercises below we cover the basics of reading delimited data. Before proceeding, first read section 7.1 of An Introduction to R, and the help pages for the read.table function. Answers to the exercises are available here. For each exercise we provide a data set that can be accessed ... [Read more...]
1 12 13 14 15 16 17

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)