April 2011

Automatically Save Your Plots to a Folder

April 26, 2011 | Tony Cookson

Suppose you're working on a problem that involves a loop for calculations. At each iteration inside the loop, you want to construct a plot. Not only do you want to see the plot, but you would like to save each plot for a presentation, report or paper...
[Read more...]

Bayesian job in Cambridge

April 26, 2011 | xi'an

Here is an email that could appeal to some readers: Job in Cambridge MRC-BSU – Bayesian statistician Career development fellow MRC Biostatistics Unit, Cambridge We are offering an exciting opportunity to work on Bayesian models for infectious disease dynamics. A statistician is required to contribute to a programme of research to ... [Read more...]

R Bloggers

April 26, 2011 | Tony Cookson

I recently found a great resource for R in the blogosphere, the R Bloggers Blog Aggregator. Basically, the site aggregates posts from a bunch of blogs about R (like this one!) into a giant feed of uses for R. If you are interested in learning more ab...
[Read more...]

Statistical Practice in Epidemiology using R

April 26, 2011 | Martyn

This is a long running course which usually takes place in Tartu, Estonia. This year we are hosting it at IARC in Lyon, France. The course is intended for epidemiologists and statisticians who wish to use R  for statistical modelling … Continue reading → [Read more...]

Adonis (PERMANOVA) – Assumptions

April 26, 2011 | Kay Cichini

Before you use PERMANOVA (R-vegan function adonis) you should read the user notes for the original program by the author (Marti J. Anderson) who first came up with this method. An important assumtption for PERMANOVA is same "multivariate spread&qu...
[Read more...]

A Tiny Model of Evolution

April 25, 2011 | ALT

I've always wanted to write a(n overly) simple model of evolution. The assumptions are minimalistic: only one species, for which each individual's genotype is represented as a one-dimensional real number, e.g. 7.4. Now, the fun stuff: I define a fu...
[Read more...]

Milktrader: Quantitative finance in R

April 25, 2011 | David Smith

The blog Milktrader has been on a roll recently with a series of posts with practical examples of quantitative in finance, from backtesting to automated trading, and option pricing to data acquisition. The latest post focuses on calculating returns, with an example of downloading data for a silver ETF and ... [Read more...]

Kickstarter Data Analysis: Success and Pricing

April 25, 2011 | Edwin Chen

Kickstarter is an online crowdfunding platform for launching creative projects. When starting a new project, project owners specify a deadline and the minimum amount of money they need to raise. They receive the money (less a transaction fee) only if … Continue reading → [Read more...]

Optimizing My R Code

April 25, 2011 | QuantTrader

Thanks to gappy3000 I optimized my code in few several ways. The original script lasted ~30 minutes thanks to using pure vectors instead of zoo objects. First of all I changed all lm functions for lm.fit functions. Although lm.fit function cannot handl... [Read more...]

Merging Data Video Tutorial

April 25, 2011 | Tony Cookson

Here's a video tutorial where I walk through some code that does what the previous post describes.The FRED data is used extensively for macroeconomics. You might these data useful for joining in graph fights in the blogosphere.
[Read more...]

Further Adventures in Visualisation with ggplot2

April 25, 2011 | hayward

So I previously took a look at some data of player performance from a computer game. In this post, I’m going to do some further visualisations using ggplot2. The data consists of different types of player character, different roles for those characters, and their overall damage output (the unit ... [Read more...]
1 2 3 4 5 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)