Uncategorized

Good riddance to Excel pivot tables

January 30, 2011 | Scott Chamberlain

Excel pivot tables have been how I have reorganized data...up until now. These are just a couple of examples why R is superior to Excel for reorganizing data:################ Good riddance to pivot tables ############library(reshape2)library(plyr)&nbsp...
[Read more...]

ABC model choice not to be trusted [3]

January 30, 2011 | xi'an

On Friday, I received a nice but embarrassing email from Xavier Didelot. He indeed reminded me that I attended the talk he gave at the model choice workshop in Warwick last May, as, unfortunately but rather unsurprisingly giving my short span memory!, I had forgotten about it! Looking at the ...
[Read more...]

Code: parsing Slovenian exchange rate data

January 30, 2011 | Jason

Some time ago I found myself in need of daily exchange rates for the Slovenian Tolar (though I can’t now remember why). Unfortunately, I wasn’t able to find the data in a readily usable format at the Bank of Slovenia … Continue reading → [Read more...]

Data Mining with WEKA

January 30, 2011 | Ralph

There are a number of good open source projects for statistics and data mining, for example the software WEKA developed at the University of Waikato. The description on their website states that: Weka is a collection of machine learning algorithms for data mining tasks. The algorithms can either be applied ... [Read more...]

R exam

January 30, 2011 | xi'an

I spent most of my Saturday perusing R codes to check the answers written by my students to the R exam I gave two weeks ago… The outcome is mostly poor, even though some managed to solve a fair part of the long problem. Except for the few hopeless cases ... [Read more...]

R programming books (updated)

January 28, 2011 | csgillespie

In a recent post, I asked for suggestions for introductory R computing books. In particular, I was looking for books that: Assume no prior knowledge of programming. Assume very little knowledge of statistics. For example, no regression. Are cheap, since they are for undergraduate students. Some of my cons aren’... [Read more...]

ABC model choice not to be trusted [2]

January 27, 2011 | xi'an

As we were completing our arXiv summary about ABC model choice, we were helpfully pointed to a recent CRiSM tech. report by X. Didelot, R. Everitt, A. Johansen and D. Lawson on  Likelihood-free estimation of model evidence. This paper is quite related to our study of the performances of the ...
[Read more...]

Building a Better Word Cloud

January 27, 2011 | Drew Conway

A few weeks ago I attended the NYC Data Visualization and Infographics meetup, which included a talk by Junk Charts blogger Kaiser Fung. Given the topic of his blog, I was a bit shocked that the central theme of his talk was comparing good and bad word clouds. He even ...
[Read more...]

ABC model choice not to be trusted

January 26, 2011 | xi'an

This may sound like a paradoxical title given my recent production in this area of ABC approximations, especially after the disputes with Alan Templeton, but I have come to the conclusion that ABC approximations to the Bayes factor are not to be trusted. When working one afternoon in Park City ...
[Read more...]

New R User Group in Minneapolis/St. Paul

January 26, 2011 | David Smith

The Twin Cities R User Group has been around for a little while, but has just launched a new site at meetup.com. Their next meeting will be on February 16, where Erik Iverson will be giving a talk on using R to generate dynamic statistical reports using R's literate programming ... [Read more...]

A new sponsorship program for local R user groups

January 25, 2011 | David Smith

Over the past year, Revolution Analytics has sponsored a number of local R user groups, and we've been thrilled to see the enthusiasm with which R users are coming together. This year, we decided to expand and formalize our sponsorship program, so that any local R user group, whether just ... [Read more...]

CPU and GPU trends over time

January 25, 2011 | csgillespie

GPUs seem to be all the rage these days. At the last Bayesian Valencia meeting, Chris Holmes gave a nice talk on how GPUs could be leveraged for statistical computing. Recently Christian Robert arXived a paper with parallel computing firmly in mind. In two weeks time I’m giving an ...
[Read more...]

Estimate Probability and Quantile

January 25, 2011 | R on Guangchuang Yu

Simple root finding and one dimensional integrals algorithms were implemented in previous posts. These algorithms can be used to estimate the cumulative probabilities and quantiles. Here, take normal distribution as an example. Read More: 281 Words Totally [Read more...]

Listening for trends in US baby names over 130 years

January 25, 2011 | Ethan Brown

What happens when you mash together R‘s data crunching magic, Festival‘s speech synthesis power, and the audio wonders of the venerable music language Csound? You fall even more in love with free and open-source software, and you start hearing sounds like this: A single beat of the above ... [Read more...]

A twitter feed for new R packages

January 24, 2011 | David Smith

Want to keep up-to-date on the latest R packages released to CRAN? Dirk Eddelbuettel's CRANberries service now tweets the release of new R packages to @CRANberriesFeed, so all you need to do is follow that user on Twitter. R hackers may also be interested to see how this Twitter feed ... [Read more...]

Trends in partisanship by state

January 24, 2011 | Andrew Gelman

Matthew Yglesias discusses how West Virginia used to be a Democratic state but is now solidly Republican. I thought it would be helpful to expand this to look at trends since 1948 (rather than just 1988) and all 50 states... [Read more...]
1 32 33 34 35 36 61

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)