February 2011

UseR Meetup at Google San Francisco

February 11, 2011 | Ellen Ko

Earlier this week, Google hosted the Bay Area useR Group at our San Francisco office. Over 40 attendees showed up to hear Dylan Beaudette from UC Davis give a presentation about investigating soil genesis and geography with R (PDF). Dylan has been using R to study and visualize large amounts of ... [Read more...]

Rounded Corners in ggplot2 Graphics

February 11, 2011 | erik

Last night, while working on something else that I want to finish, I ended up indulging in a bit of "yak shaving". I wondered how easy it would be to generate graphics in ggplot2 with rounded corners. I don't think that there is any nativ... [Read more...]

Le Monde puzzle [#5]

February 10, 2011 | xi'an

Another Sudoku-like puzzle from the weekend edition of Le Monde. The object it starts with is a 9×9 table where each entry is an integer and where neighbours take adjacent values. (Neighbours are defined as north, west, south and east of an entry.) The question is about whether or not it ... [Read more...]

Stata or R

February 10, 2011 | prasoonsharma

Recently I came across a complex model written in Access with complex SQL queries all over the place. The engineer who was maintaining it and I did some analysis and agreed that the model was using SQL in an unnatural way (things SQL isn't good at) - c...
[Read more...]

Model weights for model choice

February 9, 2011 | xi'an

An ‘Og reader. Emmanuel Charpentier, sent me the following email about model choice: I read with great interest your critique of Peter Congdon’s 2006 paper (CSDA, 50(2):346-357) proposing a method of estimation of posterior model probabilities based on improper distributions for parameters not present in the model inder examination, as ... [Read more...]

Stationarity

February 9, 2011 | Adam.Hyland

In time series work you often run into difficulties in modeling processes where the overall level of one variable (an input, for example) changes over time but the levels of another variable (an output) do not change. For instance if … Continue reading →
[Read more...]

New R User Groups in Europe

February 9, 2011 | David Smith

It's great to see the growth in R user groups around the world, and now there are three new ones in western Europe: In Amsterdam, a new R user group has just formed, called amst-R-dam. They are just scheduling their first meeting now (vote here for a date) which will ... [Read more...]

Merci taxi!

February 9, 2011 | xi'an

I am in Montpellier today for a general meeting of our EMILE ANR grant bi-yearly meeting, discussing ABC model choice and new applications of simulation methods in population genetics, including an upgrade of DIYABC into the 2.0 version. (The above is a picture comparing “true” Bayes factors with ABC versions, commented ... [Read more...]

Twos and Tens in Four Lines

February 9, 2011 | Milk Trader

To chart the spread between 2-Year treasury yields and 10-Year treasury yields,  please type the simple code listed below into your R console. That is all, carry on as you were.require(quantmod)getSymbols(c("DGS10", "DGS2"), src="FRED")Ten_Two &lt...
[Read more...]

Create a Web Crawler in R

February 8, 2011 | --

Admittedly I am not the best R coder, and I certainly have a lot to learn, but the code at the link below should provide you with an example of how easy it is to create a very (repeat: very) basic web crawler in R.  If you wanted to do ... [Read more...]

Utilizing multiple cores in R

February 8, 2011 | altuna

There are a couple of options in R, if you want to utilize multiple cores on your machine. These days my favorite is doMC package, which depends on foreach and multicore packages.in the section below squareroot for each number is calculated in parallel... [Read more...]

command line options in R: "optparse" package

February 8, 2011 | altuna

C/python style option parsing now available in R with "optparse" package. Check the documentation here and see below to see how it worksuser@node002 scripts $ Rscript filter.transcripts.by.ncRNA.R -husage:  usage: filter.transcripts.by.ncRNA.R [op... [Read more...]

sqldf and grouping rows in R

February 8, 2011 | altuna

In R, you can treat tables (or data.frames as they are called in R) as SQL tables. That means you can query them as you would query a database with SQL commands. This is particularly useful 1) if you know SQL, hahah:)  2) if you have large tabl... [Read more...]

Abstracts for R/Finance 2011 due February 15

February 8, 2011 | David Smith

If you're planning to go to R/Finance 2011[*] in Chicago (and if you're doing quantitative finance with R, you definitely should), time is running out to submit your abstract for contributed talks. The best part of R/Finance is learning about all the interesting ways R is used to analyze ... [Read more...]
1 6 7 8 9 10 11

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)