November 2014

Tips and Tricks for Getting Started with R

November 26, 2014 | Joshua Rosenberg

All statistical software have a learning curve, and compared to SPSS, R has taken me more time to learn the basics. However, since learning the basics, R seems easier to use than SPSS. Here are 10 tips and tricks (and some resources) I found helpful for getting started with R: Use ... [Read more...]

Confidence vs. Credibility Intervals

November 26, 2014 | arthur charpentier

Tomorrow, for the final lecture of the Mathematical Statistics course, I will try to illustrate - using Monte Carlo simulations - the difference between classical statistics, and the Bayesien approach. The (simple) way I see it is the following, for frequentists, a probability is a measure of the the frequency ... [Read more...]

The beautiful R charts in London: The Information Capital

November 26, 2014 | David Smith

If you've lived in or simply love London, a wonderful new book for your coffee-table is London: The Information Capital. In 100 beautifully-rendered charts, the book explores the data that underlies the city and its residents. To create most of these charts, geographer James Cheshire and designer Oliver Uberti relied on ... [Read more...]

Extracting NOAA sea surface temperatures with ncdf4

November 25, 2014 | Luke Miller

I’ve written previously about some example R scripts I created to extract sea surface temperature data from NOAA’s Optimum Interpolated Sea Surface Temperature products. If you want daily global sea surface temperatures on a 0.25×0.25° grid, they gather those into 1-year files available at http://www.esrl.noaa.gov/... [Read more...]

The gridGraphics Package (2014-03)

November 25, 2014 | pmur002

The gridGraphics package provides a function, grid.echo(), that can be used to convert a plot drawn with the graphics package to the same result drawn using grid. This provides access to a variety of grid tools for making customisations and … Continue reading → [Read more...]

Improving base-R examples

November 25, 2014 | richierocks

Earlier today I saw the hundred bazillionth question about how to use the paste function. My initial response was “take a look at example(paste) to see how it works”. Then I looked at example(paste), and it turns out that it’s not very good at all. There isn’... [Read more...]

Circlizing Numbers

November 24, 2014 | aschinchon

She makes the sound the sea makes to calm me down (Dissolve Me, Alt-J) Searching how to do draw chord diagrams in the Internet with ggplot2 I found a very-easy-to-use package called circlize which does exactly that. A chord diagram shows relationships between things so the input to draw it ...
[Read more...]
1 2 3 4 11

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)