2009

RQuantlib

November 23, 2009 | Quantitative Finance Collector

Quantlib is a free library for modeling, trading, and risk management in real-life providing a comprehensive software framework for quantitative finance, it is written in C++, which might be inconvenient for some users. JQuantLib aiming at Java-fans i... [Read more...]

Type II Error

November 22, 2009 | rtutor.chiyau

In hypothesis testing, a type II error is due to a failure of rejecting an invalid null hypothesis. The probability of avoiding a type II error is called the power of the hypothesis test, and is denoted by the quantity 1 - β . read more [Read more...]

Some sort of update to ggplot2

November 22, 2009 | Andrew Gelman

Jeroen Ooms writes: Here's a first version of a new web application for exploratory graphical analysis. It attempts to implement the layered graphics from the R package ggplot2 in a user-friendly way. This two-minute demo video demonstrates a ... [Read more...]

new R package : highlight

November 22, 2009 | romain francois

I finally pushed highlight to CRAN, which should be available in a few days. The package uses the information gathered by the parser package to perform syntax highlighting of R code The main function of the package is highlight, which takes a numb... [Read more...]

R examine objects tutorial

November 21, 2009 | John Mount

This article is quick concrete example of how to use the techniques from Survive R to lower the steepness of The R Project for Statistical Computing‘s learning curve (so an apology to all readers who are not interested in R). What follows is for people who already use R ... [Read more...]

Mapping Biomes

November 20, 2009 | joe

Recently (2008) the European Space Agency produced GlobCover (ESA GlobCover Project, led by MEDIAS-France), the highest resolution (300m) global land cover map to date. GlobCover uses 21 primary land cover classes and many more sub-classes. Land cover classification (LCC) schemes divide the earth into biomes. Biomes are the simplest way to classify ... [Read more...]

Working on a drug safety project

November 20, 2009 | John Johnson

In order to move some of my personal interests along, I have been trying to implement the methodology found in Berry and Berry's article Accounting for Multiplicities in Assessing Drug Safety. This methodology uses the MedDRA hierarchy to improve the p... [Read more...]

Tactical asset allocation using blotter

November 18, 2009 | Joshua Ulrich

blotter is an R package that tracks the P&L of your trading systems (or simulations), even if your portfolio spans many security types and/or currencies. This post uses blotter to track a simple two-ETF trading system. The contents of this post b... [Read more...]

Design of Experiments – Power Calculations

November 18, 2009 | Ralph

Prior to conducting an experiment researchers will often undertake power calculations to determine the sample size required in their work to detect a meaningful scientific effect with sufficient power. In R there are functions to calculate either a minimum sample size for a specific power for a test or the ... [Read more...]

Confidence we seek…

November 18, 2009 | Manos Parzakonis

Estimating a proportion at first looks elementary. Hail to aymptotics, right? Well, initially it might seem efficient to iuse the fact that . In other words the classical confidence interval relies on the inversion of Wald’s test. A function to ease the computation is the following (not really needed!). waldci [Read more...]

swfDevice is nearing completion

November 17, 2009 | cameron

My new R package, swfDevice, is getting close to its first release. This package enables native R graphics output as swf (flash) files. It also as the ability to create animations with player controls. The main project page is here and the results of the test suite are here. Here ... [Read more...]

R tip: Extracting median from survfit object

November 17, 2009 | Stewart MacArthur

A colleague wanted to extract the median value from a survival analysis object, which turned out to be a pain as the value is not stored in the object, but calculated on the fly by a print method. __ library(survival)__ fit __ survfit(fit)Call: survfit(formula = fit)records n.max ... [Read more...]

Seminar: Reproducible Research with R, LaTeX, & Sweave

November 16, 2009 | Stephen Turner

Theresa Scott, instructor of the previously mentioned R workshop and weekly R clinic, is giving a lecture entitled "Reproducible Research with R, LaTeX, & Sweave" in MRB III, room 1220, this Wednesday 11/18 at 1:30.  You can see more details about the lecture here. Looks like her slides as well as much more introductory ... [Read more...]

R in Action – early thoughts

November 16, 2009 | Paolo Sonego

I was invited to review the book R in Action written by Rob Kabacoff. Since I consider the Quick-R website, created by the same smart guy, one of the most valuable resources about R, It is both an honor and a pleasure to have the opportunity to take an...
[Read more...]

The Top Scores for Canabalt, Take 2

November 15, 2009 | John Myles White

Introduction As promised on Thursday, here’s my second pass at a statistical analysis of Canabalt scores. There are some useful results I’ll present right at the start, and then there are some results that are more or less worthless, except that working through my own mistakes helped me ... [Read more...]
1 6 7 8 9 10 36

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)