April 2010

Lots of new Videos in Rchive

April 14, 2010 | Drew Conway

I have just uploaded a bunch of new videos the Rchive (yea, that’s what I am calling it now). Most of the videos are from the April NYC meetup, which include the following talks: Pankaj Chopra—using R and Bioconductor (http://www.bioconductor.org/) for biomarker detection in cancer ... [Read more...]

Portfolio Correlation Analysis Tool

April 14, 2010 | VCASMO - drewconway

Andrew Ilardi presents R project that analyzes a list of stocks to the NYC R Statistical Programming Meetup on April 8, 2010. Andrew's tool reaches out to the web to pull historical stock prices, then plots Quarter over Quarter correlations and a yea... [Read more...]

Plotting “time of day” data using ggplot2

April 14, 2010 | nsaunders

William asks: How can I make a graph that looks like this, “tweet density” style, showing time intervals? He then helpfully describes his input data: a CSV file with headers “time started, time finished, date”. Here’s a simple CSV file, tasks.csv: task,date,start,end task1,2010-03-05,09:00:00,13:00:00 ... [Read more...]

formatR: farewell to ugly R code

April 13, 2010 | Yihui Xie

It is not uncommon to see messy R code which is almost not human-readable like this: # rotation of the word "Animation" # in a loop; change the angle and color # step by step for (i in 1:360) { # redraw the plot again and again plot(1,ann=FALSE,type="n",axes=FALSE) # rotate; use ... [Read more...]

Repeated measures ANOVA with R (tutorials)

April 13, 2010 | Tal Galili

Repeated measures ANOVA is a common task for the data analyst. There are (at least) two ways of performing “repeated measures ANOVA” using R but none is really trivial, and each way has it’s own complication/pitfalls (explanation/solution to which I was usually able to find through searching ... [Read more...]

Using MKL-Linked R in Eclipse

April 12, 2010 | Michael

Setting up Eclipse to use MKL-Linked RIn my previous post, I showed how to compile R 2.10.1 using Intel's Math Kernel Library for the BLAS/LAPACK interface. Even though it takes a bit of time to setup, I think the noticeably improved calculation speed justifies the effort. Although I'm happy to ... [Read more...]

pgfSweave version 1.0.5 released

April 12, 2010 | cameron

Version 1.0.5 is now on CRAN. This version brings some bug fixes as well as two new features: Unlabeled code chunks are now allowed. The correct version of PGF is now checked for on startup. If the version is __ 2.00, the package will fail to load.... [Read more...]

Arizona court rules statistical sampling is legal

April 12, 2010 | David Smith

A court in Arizona has ruled that statistical sampling is legal for determining damages awarded to individual claimants when there are thousands of similar cases to be assessed simultaneously. In a case where 30,000 claims were filed Maricopa County, AZ by hospitals for improper reimbursement, the trial judge appointed a former ... [Read more...]

Working with themes in Lattice Graphics

April 12, 2010 | Ralph

The Trellis graphics approach provides facilities for creating effective graphs with a consistent look and feel and one of the good things about the system is the use of themes to define the colour, size and other features of the components that make up a graph. The lattice package in ... [Read more...]
1 3 4 5 6 7 8

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)