Monthly Archives: September 2012

Guest post: Visualizing data using a 3D printer

September 25, 2012
By
Guest post: Visualizing data using a 3D printer

In a break from my usual obsessions and interests here is a guest blog post by Ian Walker. I'm posting it because I think it is rather cool and hope it will be of interest to some of my regular readers. Ian is perhaps best known (in the blogosphere) f...

Read more »

Two particular courses and other upcoming events

September 25, 2012
By
Two particular courses and other upcoming events

Featured I’ll be leading two courses in the near future: Value-at-Risk versus Expected Shortfall 2012 October 30-31, London. 30th: “Addressing the critical challenges and issues raised by the Basel proposal to replace VaR with Expected Shortfall” 31st: “Variability in Value-at-Risk and Expected Shortfall” led by Patrick Burns Details at CFP Events. Finance with R Workshop … Continue reading...

Read more »

Thanks to our guest bloggers

September 25, 2012
By
Thanks to our guest bloggers

I'm back from a very relaxing holiday in Australia. Many thanks to our guest bloggers for filling in over the last couple of weeks with some great information about R while I was away. If you missed any of the posts, be sure to check them out: Douglas McNair, "Population health management with RevoScaleR" Yihui Xie, "Integrate data and...

Read more »

Specifying Variables in R

September 25, 2012
By
Specifying Variables in R

R has several ways to specify which variables to use in an analysis. Some of the most frustrating errors can result from not understanding the order in which R searches for variables. This post demonstrates that order, hopefully smoothing your … Continue reading

Read more »

Learning Kernels SVM

September 25, 2012
By
Learning Kernels SVM

Machine Learning and Kernels A common application of machine learning (ML) is the learning and classification of a set of raw data features by a ML algorithm or technique. In this context a ML kernel acts to the ML algorithm … Continue reading

Read more »

Visually-weighted regression plots, with Zelig

September 25, 2012
By
Visually-weighted regression plots, with Zelig

As a follow-up to yesterday’s post on producing visually-weighted regression plots, here is some code which illustrates the production of similar plots, but using Zelig’s convenient modeling and simulation functions. This code was produced...

Read more »

Next Kölner R User Meeting: 5 October 2012

September 25, 2012
By
Next Kölner R User Meeting: 5 October 2012

The next Cologne R user group meeting is scheduled for 5 October 2012. All details and the agenda are available on the KölnRUG Meetup site. Please sign up if you would like to come along. Notes from the last Cologne R user group meeting are available ...

Read more »

Formula for Kickstarter Success: Copious Planning (just like real life)

September 24, 2012
By
Formula for Kickstarter Success: Copious Planning (just like real life)

It seems like the press can’t wait two days between awful depressing articles about how Kickstarter encourages fraud, broken promises, and tears.  Today I’d like to take you through a project thatshipped — let’s see what we can learn.  I interviewed Diana Rodgers of Wonder Threads.     Diana sought funding to expand her tech … Continue reading...

Read more »

Transition probabilities when adjacent sequence items must be different

September 24, 2012
By

Generating a random sequence from a fixed set of items is a common requirement, e.g., given the items A, B and C we might generate the sequence BACABCCBABC. Often the randomness is tempered by requirements such as each item having each item appear a given number of times in a sequence of a given length,

Read more »

Learn R and Python, and Have Fun Doing It

September 24, 2012
By

If you need to catch up on all those years you spent not learning how to code (you need to know how to code), here are a few resources to help you quickly learn R and Python, and have a little fun doing it.First, the free online Coursera course Co...

Read more »