December 2009

R Site Search with the ‘sos’ Package

December 15, 2009 | Matt Bascom

REvolution Computing is a sponsor of the Bay Area R User Group, which gathered on Tuesday for its monthly meeting. This month's meeting was in a cozy setting at San Jose State University, and was hosted by David Czerwinski who teaches data mining there. The topic at hand was search, ... [Read more...]

NYT on breast cancer screening and probability

December 14, 2009 | David Smith

The New York Times last weekend looked at the controversy around the recent changes to the mammogram guidelines from a mathematical perspective. Compared to the analysis based on Bayes' Theorem from the Harvard Social Science Statistics blog (which apparently caused some controversy itself: that post was deleted and later replaced ... [Read more...]

The Grammar of Graphics: ggplot2 package

December 14, 2009 | Ralph

The grammar of graphics approach to constructing graphs has been implemented in the ggplot2 package in R. The author of the package, Hadley Wickham, has provided a website with many details of using the system to create nice looking graphics. The package removes many of the awkward parts of setting ... [Read more...]

R 2.10.1 released

December 14, 2009 | David Smith

The latest update to R, R 2.10.1, is now available for download in source form from your local CRAN mirror. Binary versions (for Mac, Windows, and Linux) will become available over the next few days. As a maintenance release, this update focuses on minor changes and bug fixes. The complete list ... [Read more...]

Example 7.18: Displaying missing value categories in a table

December 14, 2009 | Ken Kleinman

When displaying contingency tables (section 2.3.1), there are times when it is useful to either show or hide the missing data category. Both SAS and the typical R command default to displaying the table only for observations where both factors are observed.In this example, we generate some multinomial data (section 1.10.4) ...
[Read more...]

RQuantLib 0.3.1 released

December 13, 2009 | Thinking inside the box

A new version of RQuantLib is now out at CRAN and in Debian. It updates the package to the 0.9.9 release of QuantLib and is mostly a maintenance release with a few minor fixes along the way. Full changelog details, examples and more details abo... [Read more...]

Galton’s quincunx in R

December 13, 2009 | Gregor Gorjanc

Andrej Blejec has a very nice R demo of Galton's quincunx (link1, link2). It is a bit tedious to copy the code from PDF to R console, but it is worth the effort as the demo simulation clearly shows the nature of quincunx. After a bit of search I also ... [Read more...]

CRU graph yet again (with R)

December 13, 2009 | John Mount

IowaHawk has a excellent article attempting to reproduce the infamous CRU climate graph using OpenOffice: Fables of the Reconstruction. We thought we would show how to produced similarly bad results using R. If the re-constructed technique is close to what was originally done then so many bad moves were taken ... [Read more...]

Missing data imputation

December 12, 2009 | Quantitative Finance Collector

Probably all of us have met the issue of handling missing data, from the basic portfolio correlation matrix estimation, to advanced multiple factor analysis, how to impute missing data remains a hot topic. Missing data are unavoidable, and more encompassing than the ubiquitous association of the term, irgoring missing data ... [Read more...]

A central hub for R bloggers

December 12, 2009 | Paolo Sonego

I would like to suggest to my readers to take a look and bookmark a new blog named R-bloggers which aims to be "a central hub of content collected from bloggers who write about R".It seems a nice idea to me to have a centralized source of information f...
[Read more...]

Summarising data using bar charts

December 12, 2009 | Ralph

A bar graph is a frequently used type of display that compares counts, frequencies, totals or other summary measures for a series of categories, e.g. sales in different market sectors or in quarters in a financial year. The bar graph can be laid out with the categories either on ... [Read more...]

Already a competitor?!

December 11, 2009 | xi'an

When looking around on Amazon, I found that “Introducing Monte Carlo Methods with R” was associated with another very recently published (same day as ours!) book, “Understanding Computational Bayesian Statistics“, by William Bolstad, that seems to mostly cover the same ground as us (with some connections with Bayesian Core for ...
[Read more...]

new R package : bibtex

December 11, 2009 | romain francois

I've pushed to CRAN the package bibtex package The package defines the read.bib function that reads a file in the bibtex format. The code is based on bibparse The read.bib function generates an object of class citationList, just like utils::citation [Read more...]

Struggling with apply() in R

December 11, 2009 | JD Long

It’s common knowledge that I struggle wrapping my head around the apply functions in R. That is illustrated very clearly in the following discussion on Stack Overflow: Dirk’s comment is actually spot on. I’ve asked the same damn question at least 4-5 times. Only I didn’t ... [Read more...]

Must-Have R Packages for Social Scientists

December 11, 2009 | Drew Conway

After recently having to think critically about the value of various R packages for social science research, I realized that others might find value in a post on “must-have” R packages for social scientists. After the immensely popular post on this topic for Python packages a follow-up seemed appropraite. If ...
[Read more...]

R> if (done=TRUE) tweet me!

December 11, 2009 | Manos Parzakonis

Let’s say that you’re fitting a cumbersome model so time is not to waste over a PC staring at the screen half anxious-half bored… Then, you can always leave and go on with meetings and all your daily routine and have R notify you the results! How? We ... [Read more...]
1 2 3 4 5 6 7

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)