November 2009

Mapping Biomes

November 20, 2009 | joe

Recently (2008) the European Space Agency produced GlobCover (ESA GlobCover Project, led by MEDIAS-France), the highest resolution (300m) global land cover map to date. GlobCover uses 21 primary land cover classes and many more sub-classes. Land cover classification (LCC) schemes divide the earth into biomes. Biomes are the simplest way to classify ... [Read more...]

Working on a drug safety project

November 20, 2009 | John Johnson

In order to move some of my personal interests along, I have been trying to implement the methodology found in Berry and Berry's article Accounting for Multiplicities in Assessing Drug Safety. This methodology uses the MedDRA hierarchy to improve the p... [Read more...]

Tactical asset allocation using blotter

November 18, 2009 | Joshua Ulrich

blotter is an R package that tracks the P&L of your trading systems (or simulations), even if your portfolio spans many security types and/or currencies. This post uses blotter to track a simple two-ETF trading system. The contents of this post b... [Read more...]

Design of Experiments – Power Calculations

November 18, 2009 | Ralph

Prior to conducting an experiment researchers will often undertake power calculations to determine the sample size required in their work to detect a meaningful scientific effect with sufficient power. In R there are functions to calculate either a minimum sample size for a specific power for a test or the ... [Read more...]

Confidence we seek…

November 18, 2009 | Manos Parzakonis

Estimating a proportion at first looks elementary. Hail to aymptotics, right? Well, initially it might seem efficient to iuse the fact that . In other words the classical confidence interval relies on the inversion of Wald’s test. A function to ease the computation is the following (not really needed!). waldci [Read more...]

swfDevice is nearing completion

November 17, 2009 | cameron

My new R package, swfDevice, is getting close to its first release. This package enables native R graphics output as swf (flash) files. It also as the ability to create animations with player controls. The main project page is here and the results of the test suite are here. Here ... [Read more...]

R tip: Extracting median from survfit object

November 17, 2009 | Stewart MacArthur

A colleague wanted to extract the median value from a survival analysis object, which turned out to be a pain as the value is not stored in the object, but calculated on the fly by a print method. __ library(survival)__ fit __ survfit(fit)Call: survfit(formula = fit)records n.max ... [Read more...]

Seminar: Reproducible Research with R, LaTeX, & Sweave

November 16, 2009 | Stephen Turner

Theresa Scott, instructor of the previously mentioned R workshop and weekly R clinic, is giving a lecture entitled "Reproducible Research with R, LaTeX, & Sweave" in MRB III, room 1220, this Wednesday 11/18 at 1:30.  You can see more details about the lecture here. Looks like her slides as well as much more introductory ... [Read more...]

R in Action – early thoughts

November 16, 2009 | Paolo Sonego

I was invited to review the book R in Action written by Rob Kabacoff. Since I consider the Quick-R website, created by the same smart guy, one of the most valuable resources about R, It is both an honor and a pleasure to have the opportunity to take an...
[Read more...]

The Top Scores for Canabalt, Take 2

November 15, 2009 | John Myles White

Introduction As promised on Thursday, here’s my second pass at a statistical analysis of Canabalt scores. There are some useful results I’ll present right at the start, and then there are some results that are more or less worthless, except that working through my own mistakes helped me ... [Read more...]

OpenMX

November 15, 2009 | Shige

Looks promising: http://openmx.psyc.virginia.edu/Right now it cannot be build from source because there are some comparabilities between OpenMx and R 2.10.0, but I assume this will be resolved soon.And the development seems to be quite active.
[Read more...]

R Tutorial Series: Scatterplots

November 12, 2009 | John M. Quick

A scatterplot is a useful way to visualize the relationship between two variables. Similar to correlations, scatterplots are often used to make initial diagnoses before any statistical analyses are conducted. This tutorial will explore the ways in whic...
[Read more...]

Canabalt

November 12, 2009 | John Myles White

At the office today, I got into a discussion with two of my fellow graduate students about the distribution of scores you can get while playing Canabalt. Because (1) the layout of the levels in the game is fully randomized and (2) the difficulty of certain actions (specifically jumping through windows) is ... [Read more...]

Graph Examples from Visualizing Data by William Cleveland

November 12, 2009 | Ralph

The trellis graphics approach was pioneered by various statistical researchers and the ideas are used extensively in the book “Visualizing Data” by William Cleveland. There are various resources on the website for trellis graphics including S code for creating the majority of the graphs that appear in the book. Inspired ... [Read more...]

Sweave-Lyx from terminal on Mac

November 12, 2009 | Gregor Gorjanc

Mark Heckmann writes:In your paper "Using Sweave with Lyx" (great work bty) you pointed out that one can see the sweave error code when processing when starting lyx from the terminal. I just changed from Windows to Mac so that's new for me. Could you s... [Read more...]

Example 7.17: The Smith College diploma problem

November 12, 2009 | Nick Horton

Smith College is a residential women's liberal arts college in Northampton, MA that is steeped in tradition. One such tradition is to give each student at graduation a diploma at random (or more accurately, in a haphazard fashion). At the end of the ceremony, a diploma circle is formed, and ...
[Read more...]
1 2 3 4

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)