2009

People who love scatter plots & connecting dots

February 20, 2009 | mike

We hosted the first Dataviz Salon SF on Tuesday night, with lightning talks by boredom cop Shane Booth, dataviz wiz Lee Byron , computational journalist Brad Stenger, data wrangler Pete Skomoroch , and any/all data enthusiast Brendan O’Connor . I was going to blog all about it — but Tom Carden of ... [Read more...]

R: Good practice – adding footnotes to graphics

February 17, 2009 | markheckmann

In some statistical programs there is the option available to attach a footnote to the graphical output that is created. This footnote may contain the name of the script or the file that produced the graphic, the author’s name and the date of creation. In SAS for example there ... [Read more...]

TTR_0.2 on CRAN

February 15, 2009 | Joshua Ulrich

I am happy to announce a long-overdue update to the TTR package (version 0.2) is now on CRAN.This update represents a major milestone, as TTR useRs are no longer restricted to using matrix objects. TTR 0.2 uses xts internally, so all major time series...
[Read more...]

Single Letter Frequencies in English

February 15, 2009 | John Myles White

Every time that I read a paper that discusses the frequencies of single letters in English, I feel like I should sit down and calculate them for myself from a sample of English text. Today, I finally did. Here are the probabilities and negative log pro... [Read more...]

R in SAS

February 15, 2009 | Gregor Gorjanc

Another "proof" that R definitely is one of mainstream statistical packages is the news that SAS will provide an interface to R via SAS/IML Studio (today known as SAS Stat Studio).
[Read more...]

New project: RInside

February 12, 2009 | Thinking inside the box

A few days ago, I started a new project called RInside by uploading a few files to a new SVN repo at R-Forge. RInside makes it easy to embed R into your own C++ application by hiding the nitty gritty of initializing an R interpreter behind a simple abstraction. More ... [Read more...]

Positioning charts with fig and fin

February 9, 2009 | bryan

R offers several ways to spatially orient multiple graphs in a single graphing space. The layout() function and mfrow/mfcol parameter settings are adequate solutions for many tasks and allow the graphing space to be broken up into tabular or matrix-ba... [Read more...]

Princeton Graduate Student Housing

February 8, 2009 | John Myles White

For any Princeton graduate students who are interested, here’s the success rate for graduate students applying for school housing. These charts were built using the data from the 2008-2009 Room Draw Statistics pamphlet provided by the Division of Hou... [Read more...]

Our new R package: R2jags

February 8, 2009 | Yu-Sung Su

I have got emails occasionally from JAGS users, asking about our new R package: R2jags. Basically, R2jags runs JAGS via R and makes postanalysis easier to be done in R. Taking advantage of the functions provided by JAGS, rjags a... [Read more...]

Baby Got Stats!

February 8, 2009 | jebyrnes

I was completely tickled last year with the oh so amusing Statz Rappers. It kept me and my nerdy stats friends laughing for days. Rapping. Stats. The Internet. Good times. But little did I know that rapping about statistics was really just hitting its stride on youtube. This is Why ... [Read more...]

ave

February 8, 2009 | vikasrawal

I discovered a new, very useful, R function yesterday: ave. This is what it does: “Subsets of ‘x[]‘ are averaged, where each subset consist of those observations with the same factor levels.” But interestingly, you can use any function other than average. The output of that function is set against ... [Read more...]
1 31 32 33 34 35 36

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)