July 2011

Parallel JAGS RNGs

July 23, 2011 | malecki

As a matter of convention, we usually run 3 or 4 chains in JAGS. By default, this gives rise to chains that draw samples from 3 or 4 distinct pseudorandom number generators. I didn’t go and check whether it does things 111,222,333 or 123,123,123, but in any event the “parallel chains” in JAGS are samples [...] [Read more...]

RcppArmadillo 0.2.26 and 0.2.27

July 23, 2011 | Thinking inside the box

Earlier this week, Conrad Sanderson issued a minor bug fix release 2.0.2 of his Armadillo library which provides templated C++ code for linear algebra. We wrapped that into a new RcppArmadillo release 0.2.26 and shipped it to CRAN. Due to it being su... [Read more...]

RomanM’s Method

July 22, 2011 | Steven Mosher

I’ve succeeded in getting a version of RomanM and JeffId’s Thermal hammer working with version 1.3 of RghcnV3. This is going to be a long post because there is a lot of ground to cover. First, some errata, the “Globe” demo in V1.3 appears to have a missing line, ... [Read more...]

IBM Netezza: Embrace open source analytics

July 22, 2011 | David Smith

Earlier this month Thomas Dinsmore, solutions architect for IBM Netezza’s Advanced Analytics team, had a great blog post on why companies should embrace R as an analytics platform. He says: There are three main reasons R should be part of your enterprise analytics architecture: R has capabilities not available ... [Read more...]

A bit of fun with R

July 22, 2011 | David Smith

R isn't just about serious things like model inference and prediction intervals and big analytics. Sometimes, R lets its hair down and just does weird and wonderful things because ... well just because. For example, with a package from Paulo Sonego, it can display your favourite XKCD cartoon: __ install.packages("RXKCD", ... [Read more...]

A Plot of 250 Random Walks

July 22, 2011 | ALT

For some reason I feel like plotting some random walks. Nothing groundbreaking, but hopefully this post will be useful to someone. Here's my R code:# Generate k random walks across time {0, 1, ... , T}T
[Read more...]

Le Monde puzzle [#28]

July 22, 2011 | xi'an

The puzzle of last weekend in Le Monde was about finding the absolute rank of x9 when given the relative ranks of x1,….,x8 and the possibility to ask for relative ranks of three numbers at a time. In R terms, this means being able to use or yet being ... [Read more...]

Uwe Ligges joins R-core

July 22, 2011 | David Smith

TU Dortmund professor Uwe Ligges is now a member of R-core, the group of 20 leading statisticians and computer scientists who oversee the R Project and develop and maintain the source code for the R engine and its core packages. Uwe has been very active in the R project for many ... [Read more...]

Parallel random forests using foreach

July 22, 2011 | Zach Mayer

There's been some discussion on the kaggle forums and on a few blogs about various ways to parallelize random forests, so I thought I'd add my thoughts on the issue.Here's my version of the 'parRF' function, which is based on the elegant version in the...
[Read more...]

Prepping for useR! 2011 – tty connection update

July 22, 2011 | BioStatMatt

I'm putting together my presentation for useR! 2011 titled "Experimenting with a tty connection for R". Hence, I've updated the tty connection patch to work with R versions 2.13.0 and 2.13.1. And, instead of re-listing the patch files and re-writing instructions on their application, I've devoted a small portion of my Code page ... [Read more...]

A Quick Look At Unemployment

July 21, 2011 | Steven Sabol

Labor market tightness is defined as the vacancies or job openings rate divided by the unemployment rate.  The theory goes that as job openings increase relative to the unemployment rate a tightness is created in that workers get the upper hand in...
[Read more...]

Smoothing temporally correlated data

July 21, 2011 | ucfagls

Something I have been doing a lot of work with recently are time series data, to which I have been fitting additive models to describe trends and other features of the data. When modelling temporally dependent data, we often need … Continue reading → [Read more...]

Showcasing the latest phylogenetic methods: AUTEUR

July 20, 2011 | Carl

While high-speed fish feeding videos may be the signature of the lab, dig a bit deeper and you’ll find a wealth of comparative phylogenetic methods sneaking in.  It’s a natural union — expert functional morphology is the key to good comparative methods, just as phylogenies hold the key to ... [Read more...]

Regional differences on what drives CO2 emissions

July 20, 2011 | Karsten W.

If you are investigating the change of CO2 emissions, then you might ask: Where do the changes occur? Well here is the answer.The staircase plots show the contributing factors to CO2 emissions for each continent. population refers to population effects, gdp_pcap refers to income per capita, energy_intensity ...
[Read more...]

Visualizing Kickstarter Projects with R

July 20, 2011 | David Smith

Kickstarter, a social funding platform where individuals can chip in cash to get a worthy project going, just celebrated their 10,000th kickstarted project. Kickstart employee Fred Benenson recognized the achievement by visualizing the funding of music, design, art, game and many other kinds of projects using R and ggplot2. For ... [Read more...]

Shorting Mebane Faber

July 19, 2011 | klr

Although I do not personally know Mebane Faber, I know enough that I do not want to short him. However, I thought it would be insightful to see how the short side of his “A Quantitative Approach To Tactical Asset Allocation” might look.  Once ...
[Read more...]
1 2 3 4 5 6 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)