November 2011

Create your own Beamer template

November 14, 2011 | MK

For the past couple of days, I had been searching for a tutorial that would show how to create a custom Beamer template. I found some great resources and some really great customized templates (I have listed the ones that I referred to below) but none ... [Read more...]

Debugging with

November 14, 2011 | rmkrug

I just found these two gems about debugging in R on r-help today (here is the thread): 1) posted by Thomas Lumley: traceback() gets you a stack trace at the last error options(warn=2) makes warnings into errors options(error=recover) starts the post-mortem debugger at any error, allowing you to ... [Read more...]

Do they really know what they are doing?

November 13, 2011 | Eran

I am talking here about money managers. for those of us who have one. We assume they understand about markets in such a way that they can, and will generate at least the benchmark returns, what ever this benchmark may … Continue reading → [Read more...]

Google Scholar (still) sucks

November 13, 2011 | bbolker

(This is a follow-up to my previous post on the topic.)I was encouraged by the appearance of two R-based Scholar-scrapers, within a week of each other. One, by Kay Cichini, converts the page URLs into text mode and scrapes from there (There's a slightl... [Read more...]

5 Interesting Free Books for R from beginner to experts

November 12, 2011 | a Physicist

Always new software language in one technical activity is difficult, normally a good documentation can help, these are three book to use R software for beginner and for experts: ·         “Introduction to the R Project for Statistical Computing for Use at the ITC” by David Rossiter (PDF, 2010-11-21).·         “R for ... [Read more...]

Stochastic reserving with R: ChainLadder 0.1.5-1 released

November 12, 2011 | mages

Today we published version 0.1.5-1 of the ChainLadder package for R. It provides methods which are typically used in insurance claims reserving to forecast future claims payments.Claims development and chain-ladder forecast of the RAA data set using the Mack methodThe package started out of presentations given at the Stochastic ...
[Read more...]

Logistic Power Peak (LPP) Simulated Soil Profiles

November 12, 2011 | dylan

A friend of mine recently published a very interesting article on the pedologic interpretation of asymetric peak functions fit to soil profile data (Myers et al., 2011). I won't bother summarizing or paraphrasing the article here, as the original artic... [Read more...]

Home Runs heating up?

November 12, 2011 | hawkhandler

My intuition tells me that objects traveling through the air would meet more resistance when there is more moisture in the air. It turns out that my intuition is wrong. It still doesn’t make sense to me but apparently humid … Continue reading → [Read more...]

Visualizing Likert Items

November 11, 2011 | Jason

I have become quite a big fan of graphics that combine the features of traditional figures (e.g. bar charts, histograms, etc.) with tables. That is, the combination of numerical results with a visual representation has been quite useful for exploring descriptive statistics. I have wrapped two of my favorites (... [Read more...]

Web Scraping Google+ via XPath

November 11, 2011 | Tony Breyal

Google+ just opened up to allow brands, groups, and organizations to create their very own public Pages on the site. This didn’t bother me to much but I’ve been hearing a lot about Google+ lately so figured it might be fun to set up an XPath scraper to ...
[Read more...]

Propagation of error

November 11, 2011 | Marc in the box

     At the onset, this was strictly an excercise of my own curiosity and I didn't imagine writing this down in any form at all. As someone who has done some modelling work in the past, I'm embarrassed to say that I had never fully grasped how one can gauge the ... [Read more...]

Pre-computing a trading plan in parallel

November 11, 2011 | The Average Investor

R version 2.14 introduced a new package, called parallel. This new package combines the functionality from two previous packages: snow and multicore. Since I was using multicore to parallelise my computations, I had to migrate to the new package and decided to publish some code. Often trading strategies are tested using ... [Read more...]

A chart for marathoners

November 11, 2011 | David Smith

Here's a cool application of calendar heat maps: runner Andy used R to catalogue his daily running mileage over the last 2+ years: There are lots of ways to chart data like this (a simple time-series chart, for example), but sometimes looking at data in new ways offers fresh perspectives. For ... [Read more...]
1 6 7 8 9 10 14

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)