March 2012

In case you missed it: February Roundup

March 13, 2012 | David Smith

In case you missed them, here are some articles from February of particular interest to R users. February 29 marked the 12th anniversary of the release of R 1.0.0, and the release of R 2.14.2. A list of commercial vendors who have integrated R with their products for data, analysis, and presentation. The ... [Read more...]

Anthromes and UHI

March 12, 2012 | Steven Mosher

With BerkeleyEarth 1.6 posted to CRAN I figured it was time to do some sample programs to explain how the package worked and integrated with other packages. Also, I have some issues to check out with the metadata; and in the long run I want to reformulate my metadata package to ... [Read more...]

New R User Group in Milan

March 12, 2012 | David Smith

Italy now has three local R user groups, thanks to the recent formation of MilanoR in the city of Milan. Founded by R consulting company Quantide's Andrea Spanò, R-core member and University of Milan professor Stefano Iacus, and quantitative consultant Daniele Amberti, MilanoR will be a forum to "exchange knowledge, ... [Read more...]

NIT: Fatty acids study in R – Part 006

March 12, 2012 | jrcuesta

In one of the columns, for constituent C16_0, one sample (57) has a value of “zero” (we could see this in the histogram).The reason for that is that the laboratory did not supply this value. The PLS regression will consider the lab value as cero, s...
[Read more...]

Kony 2012: How to weaken your argument with charts

March 12, 2012 | David Smith

If the goal of the Invisible Children campaign, which has received millions of dollars of contributions since the Kony 2012 video went viral, is to convince us that the money is being put to humanitarian efforts, they could do a lot better than this chart: Putting 37% of expenses into programs in ... [Read more...]

That’s Not How the “Law of Large Numbers” Works

March 12, 2012 | EpiGrad

Breaking my dissertation and administrata induced silence for a small rant combining two of my favorite things – Apple Computer Inc, and simulation. Recently, the New York Times featured the article ‘Apple Confronts the Law of Large Numbers‘. The fundamental assertion? That the earnings growth and stock price of Apple cannot ... [Read more...]

Japan Trade by Geographic Region

March 12, 2012 | klr

To further the analysis presented in Japanese Trade and the Yen, I thought I would take the more granular data provided by the Japanese Ministry of Finance on trade by geographic region.  Of course, I will use R to read, analyze, and plot the .csv...
[Read more...]

Basic Introduction to ggplot2

March 12, 2012 | Andrew Barr

This is a very basic introduction to the ggplot2 package.  A much more detailed description of the package can be found in this book ggplot2: Elegant Graphics for Data Analysis. On his website (http://had.co.nz/ggplot2/) package author Hadley Wickham describes ggplot2 asa plotting system for R, based ... [Read more...]

The R-Podcast Screencast 1: Basic Interaction with R

March 12, 2012 | The R-Podcast

Here is the inaugural R-Podcast Screencast: Basic Interaction with R. This screencast contains audio from episode 3 of the R-Podcast. In this screencast I demonstrate how to create a vector of numerical data, calculating means, installing and loading packages, and getting help for a function. You can find the R code ... [Read more...]

XYZ geographic data interpolation, part 3

March 12, 2012 | Marc in the box

This will be probably be a final posting on interpolation of xyz data as I believe I have come to some conclusions to my original issues. I show three methods of xyz interpolation:1. The quick and dirty method of interpolating projected xyz points (bi-linear)2. Interpolation using Cartesian coordinates (bi-linear)3. Interpolation ... [Read more...]

The quality of variance matrix estimation

March 12, 2012 | Pat

A bit of testing of the estimation of the variance matrix for S&P 500 stocks in 2011. Previously There was a plot in “Realized efficient frontiers” showing the realized volatility in 2011 versus a prediction of volatility at the beginning of the year for a set of random portfolios.  A reader commented ... [Read more...]

Generating a lag/lead variables

March 11, 2012 | TszKin Julian

A few days ago, my friend asked me is there any function in R to generate lag/lead variables in a data.frame or did similar thing as _n in stata. He would like to use that to clean-up his dataset in R. In stata help manual: _n contains the ... [Read more...]
1 8 9 10 11 12 16

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)