2009

Labeled outliers in R boxplot

April 13, 2009 | [email protected]

Boxplots are a good way to get some insight in your data, and while R provides a fine ‘boxplot’ function, it doesn’t label the outliers in the graph. However, with a little code you can add labels yourself:The numbers plotted next to ... [Read more...]

GGobi and Choreography

April 12, 2009 | Hadley Wickham

You might be interested in this rather unusual use of GGobi - to explore and understand dance! Noel Cressie, Ola Ahlqvist, and Hyowon Ban from the Ohio State University have been involved in a collaborative project centred around a William Forsythe mo... [Read more...]

New Garmin Forerunner

April 10, 2009 | Thinking inside the box

Going for a run--or a race--almost always meant grabbing the GPS and often also meant setting a target pace and distance. For the last four and a half years, this was measured by a Garmin Forerunner 201. That's the large rectangular model in the original "brick" form factor. I've come to ... [Read more...]

Inference for R

April 8, 2009 | Gregor Gorjanc

I got a message from Inference for R team. Their work is interesting, especially if you are bound to MS Excel and Word environment! It would be great if they would also support OpenOffice. They "benefit" from open source R and it would be great if they... [Read more...]

Marriage and Happiness

April 7, 2009 | John Myles White

The Pew Research Center just published a piece reviewing their finding that people who are married report significantly greater levels of happiness than those who are unmarried. I always enjoy this result, particularly because of contemporary Western c... [Read more...]

Helpful statistical references

April 7, 2009 | bryan

In a previous article I provided a list of R programming resources. As a complement to that post, I've compiled a list of statistically oriented websites that colleagues and I have found useful below. For the most part, these sites focus on statistic... [Read more...]

PDQ 5.0 is on the Launch Pad

April 4, 2009 | Neil Gunther

PDQ (Pretty Damn Quick) major release 5.0 is on the launch pad at Cape SourceForge. Because of a potential collision with the North Korean ICBM/satellite launch, we won't be filling the main liquid-hydrogen tank until next week (we don't want PDQ blame...
[Read more...]

Modern Microprocessor MIPS

April 2, 2009 | Neil Gunther

The question of how modern microprocessors compare with mainframe processors of yore, arises from time to time. The vernacular rate metric that has persisted for a long time (long in the history of computers, that is) is MIPS. Whether you approve of M...
[Read more...]

Rcpp 0.6.5

April 1, 2009 | Thinking inside the box

A minor new maintenance release 0.6.5 of Rcpp just went off to CRAN and Debian. This version corrects a small oversight for the OS X build, and adds the LGPL as file COPYING to the sources. [Read more...]

SNA with R: Loading your network data

April 1, 2009 | Allan Engelhardt

We are interested in Social Network Analysis using the statistical analysis and computing platform R. As usual with R, the documentation is pretty bad, so this series collects our notes as we learn more about the available packages and how they work. We use here the statnet group of packages, ...
[Read more...]

Multiple plot in a single image using ImageMagick

March 31, 2009 | Paolo

Sometimes you need to add several plots/images either by row or by column to a single page/sheet.If you generate all your plot with R base graphics you can easily accomplished the task using the par() function, e.g., using par(mfrow=c(2,2)) and then dr...
[Read more...]

How accurate or reliable are R calculations?

March 28, 2009 | markheckmann

On the REvolutions Blog there is a nice posting treating the often raised concern on “How good or reliable R is”. At my university R is hardly used. Sometimes I was asked by lecturers wether the calculations done by R and its packages are accurate. The linked posting treats this ... [Read more...]

Comparison of different circle graphs

March 24, 2009 | Cloud Wei

See in my Picasa here and get corrplot package here. Thanks Bob O'Hara's advice:)I found people's tastes differ, so input parameter col (fill color) and bg (background color) was added in new edition. What is more, now you can order your variables usin... [Read more...]
1 28 29 30 31 32 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)