March 2014

Warholing Grace With Clara

March 3, 2014 | aschinchon

Do not believe anything: what artists really do is to hang around all day (Paco de Lucia) Andy Warhol was mathematician. At least, he knew how clustering algorithms work. I am pretty sure of this after doing this experiment.  First of all, let me introduce you to the breathtaking Grace ... [Read more...]

LEARN TO USE QUANDL IN R: A FREE R TUTORIAL WITH A SHIELD

March 3, 2014 | DataCamp

Quandl is a “wikipedia” for numerical data that allows you to search rapidly through 8 million ready-to-use data sets. At DataCamp we created a free in-browser coding tutorial on how to use the corresponding R package to access Quandl data from within R.    As every real world data analyst knows, finding ... [Read more...]

rCharts with slidy

March 3, 2014 | Educate-R - R

My last post I talked about using rCharts to create interactive graphics for my interview presentations. They seemed to go over pretty well in my interviews and helped me greatly as I did not need to remember or write down specific numbers to talk about. I use slidy to create ... [Read more...]

Consecutive Numbers in Lottery Draws

March 2, 2014 | Karsten W.

A historian, a data scientist, a programmer, a mathematician, and a philosopher discuss the question, how likely it is that a lottery draw (6 out of 49) contains two consecutive numbers. The historian The historian argues that from 1955 up to 2011, there were 5026 lottery draws in Germany, every Saturday, and from 2000 on, two ... [Read more...]

Computing R square for Generalized Linear Mixed Models in R

March 2, 2014 | grumble10

R square is a widely used measure of model fitness, in General Linear Models (GLM) it can be interpreted as the percent of variance in the response variable explained by the model. This measure is unitless which makes it useful to compare model between studies in meta-analysis analysis. Generalized Linear ... [Read more...]

Simple Pharmacokinetics with Jags

March 2, 2014 | Wingfeet

In this post I want to analyze a first order pharmocokinetcs problem: the data of study problem 9, chapter 3 of Rowland and Tozer (Clinical pharmacokinetics and pharmacodynamics, 4th edition) with Jags. It is a surprising simple set of data, but still there is enough to play around with.Data, model and ... [Read more...]

Release of jsonlite 0.9.4

March 2, 2014 | Jeroen Ooms

A new version of the jsonlite package was released to CRAN. In addition to adding small new features, this release cleans up code and documentation. Some annoying compiler warnings inherited from RJSONIO are fixed and the reference manual is a bit more concise. Also some new examples of public JSON ...
[Read more...]

Call for abstracts to present at useR! 2014

March 2, 2014 | Jeroen Ooms

We are happy to inform you that abstract submission for useR! 2014 is now available online, see http://user2014.stat.ucla.edu/ The R User Conference, useR! 2014 is scheduled for July 1-3, 2014 at the University of California, Los Angeles. Before the official program, half-day tutorials will be offered on Monday, June 30. ... [Read more...]

Reading OECD.Stat into R

March 1, 2014 | tcamm

OECD.Stat is a commonly used statistics portal in the research world but there are no easy ways (that I know of) to query it straight from R. There are two main benefits of querying OECD.Stat straight from R: 1. Create reproducible analysis (something that is easily lost if you ... [Read more...]

The Statistics behind “Verification by Multiplicity”

March 1, 2014 | Nina Zumel

There’s a new post up at the ninazumel.com blog that looks at the statistics of “verification by multiplicity” — the statistical technique that is behind NASA’s announcement of 715 new planets that have been validated in the data from the Kepler Space Telescope. We normally don’t write about ... [Read more...]

Oldies but Goldies: Statistical Graphics Books

March 1, 2014 | Rasmus Bååth

I just wanted to plug for three classical books on statistical graphics that I really enjoyed reading. The books are old (that is, older than me) but still relevant and together they give a sense of the development of exploratory graphics in general and the graphics system in R specifically ... [Read more...]

Use GDAL from R Console to Split Raster into Tiles

March 1, 2014 | Kay Cichini

When working with raster datasets I often encounter limitations caused by the large size of the files. I thus wrote up a little R function that invokes gdal_translate which would split the raster into parts.The screenshot to the left shows a raster in QGIS that was split into ... [Read more...]
1 12 13 14 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)