June 2010

PostGIS in Action Book Review

June 8, 2010 | dylan

I was recently asked to review a soon to be published book on PostGIS, a spatial extension to the very popular Postgresql relational database. I was very excited about receiving an early copy of this book, as the authors have provided countless tips, ... [Read more...]

R is eve R ywhe R e

June 8, 2010 | martin

R did definitely not start to be THE statistical computing tool. The “two Rs” in far down-under just needed some tool which was not too expensive and structured enough to support the elementary statistics classes filled with hundreds of students. Another constraint was the computing lab which was large enough, ... [Read more...]

What is R?

June 7, 2010 | David Smith

Probably the question I get asked the most about R is, "What is R"? It's can be a hard question to answer, because R is so many things. It's data analysis software. It's an environment for data analysis. It's a language. It's an open-source project. It's a community. The Wikipedia ... [Read more...]

Example 7.40: Nelson-Aalen plotting

June 7, 2010 | Nick Horton

In our previous entry, we described how to calculate the Nelson-Aalen estimate of cumulative hazard. In this entry, we display the estimates for the time to linkage to primary care for both the treatment and control groups in the HELP study.RWe use the...
[Read more...]

biomaRt and GenomeGraphs: a worked example

June 6, 2010 | nsaunders

As promised a few posts ago, another demonstration of the excellent biomaRt package, this time in conjunction with GenomeGraphs. Here’s what we’re going to do: Grab some public microarray data Normalise and get a list of the most differentially-expressed probesets Use biomaRt to fetch the genes associated with ... [Read more...]

JAGS, rjags, and coda packages for Fedora

June 6, 2010 | Yu-Sung Su

Christopher has the RPMs (for Fedora users) for JAGS, coda, and rjags on his blog. The specific blog entry is here: http://cddesjardins.wordpress.com/2010/06/04/jags-package-for-fedora-13-64-bit/ If you have trouble installing JAGS or rjags in Fedora,... [Read more...]

The 1000 most-visited sites analyzed using R

June 5, 2010 | C

Ever wondered about which Computer and Electronics web sites get the most Page Views? Based upon data recently published by Google:The R program to create this graph is as follows:library(XML)# URL for the Google Datau="http://www.google.com/adplanner...
[Read more...]

static symbols too?

June 5, 2010 | Matt Shotwell

Continuing in the context of this previous post… 1. Select a static symbol from the R sources, like Connections $ grep "static Rconnection Connections" src/main/connections.c static Rconnection Connections[NCONNECTIONS]; 2. Get its address $ objdump -t `R RHOME`/bin/exec/R | awk '/ Connections/ {print $1}' 000000000093b700 3. Use the symbol __ library(... [Read more...]

Free Online Statistics Books

June 5, 2010 | C

Sources as varied as Google's Chief Economist Hal Varian and threatening online personalty (offensive language warning) Zed Shaw have recognized a growing need for professionals with solid statistical skills to meet the technical challenges facing the ...
[Read more...]

GUI chart formatting with playwith

June 4, 2010 | C

There are a huge number of plots, annotations and parameters available in R for constructing charts and graphics. While looking through the R Programming wikibook I noticed a reference to a library called playwith. It provides a GUI that allows you ...
[Read more...]

On particle learning

June 4, 2010 | xi'an

In connection with the Valencia 9 meeting that started yesterday, and with Hedie‘s talk there, we have posted on arXiv a set of comments on particle learning. The arXiv paper contains several discussions but they mostly focus on the inevitable degeneracy that accompanies particle systems. When Lopes et al. state ... [Read more...]

Hack-at-it 2010

June 4, 2010 | Di Cook

Members of the team met for the second time in 2010, to work on a new interactive graphics canvas for R. The current stage of the project can be found at R-forge: qtinterfaces contains the new canvas, and plumbr contains the new mutable data frame stru... [Read more...]

Because it’s Friday: Stochastic degradation

June 4, 2010 | David Smith

When you upload a video to YouTube, they don't store a perfect digital copy of your media file. The video is actually re-encoded into the MPEG-4 video format. This saves space on YouTube's servers, but also introduces some random degradation to the video (as a result of the lossy compression ... [Read more...]
1 5 6 7 8 9

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)