July 2012

What’s wrong with LOESS for palaeo data?

July 24, 2012 | Gavin L. Simpson

Locally weighted scatterplot smoothing (LOWESS) or local regression (LOESS) is widely used to highlight “signal” in variables from stratigraphic sequences. It is a user-friendly way of fitting a local model that derives its form from the data themselves rather than having to be specified a priori by the user. There ... [Read more...]

RcppGSL 0.2.0

July 23, 2012 | Thinking inside the box

Earlier today, a minor update / maintenance release of RcppGSL---our interface package between R and the GNU GSL using our Rcpp package for seamless R and C++ integration---arrived on on CRAN. It contains a number of minor changes to accomodate chan... [Read more...]

Faster R in Hadoop: rmr 1.3 now available

July 23, 2012 | David Smith

The RHadoop project continues the Big Data integration of R and Hadoop, with a new update to its rmr package. Version 1.3 of rmr improves the performance of map-reduce jobs for Hadoop written in R. New features include: An optional vectorized API for efficient R programming when dealing with small records. ... [Read more...]

Deploy Rook Apps with rApache: Part I

July 23, 2012 | Jeffrey Horner

Since rApache 1.1.15 you’ve been able to deploy you Rook applications like so:
# Run the Rook application named 'app'. On each request, the expression 
# 'Rook::Server$call(app)' is evaluated in an environment populated by
# rookapp.R. 'app' is expected to be found in that environment.
<Location /test/RookApp>
        SetHandler r-handler
        RFileEval /path/to/Rook/App/rookapp.R:Rook::Server$call(app)
</Location>
Let’s go through the above example step by step, starting with the Location directive from apache. The Location Directive Works on URLs In apache, the Location directive works on the URL space of the server. ... [Read more...]

Success does not require understanding

July 23, 2012 | Derek-Jones

I took part in the second Data Science London Hackathon last weekend (also my second hackathon) and it was a very different experience compared to the first hackathon. Once again Carlos and his team really looked after us. The data was released 24 hours before the competition started and even though ... [Read more...]

How to write a rapport template

July 23, 2012 | Dániel Nagy

This post will show an introduction for the users how to produce a template, so how to produce similar results, like those one can see on rapport's homepage or in our forthcoming reporting web application.The post was written from the view of a Windows user, if problems were came ...
[Read more...]

Estimating required hospital bed capacity

July 23, 2012 | Bart

Estimating required hospital bed capacity requires a thorough analysis. There are a lot of ways of approaching a capacity requirement problem, but I think we can agree that a simple spreadsheet analysis just won't cut it. The approach described in this post makes use of discrete-event simulation and, just ... [Read more...]

Third year wrap-up

July 23, 2012 | Ken Kleinman

July marks the end of three years of blogging for us. By our count, we've posted 121 examples across the first three years. We aim to be helpful and interesting.As always, it's hard to get a sense of our readership. At the time we wrote this, Feedbur...
[Read more...]

XLConnect 0.2-0

July 23, 2012 | Mirai Solutions

Mirai Solutions GmbH (http://www.mirai-solutions.com) is very pleased to announce the release of XLConnect 0.2-0, which can be found at CRAN. As one of the updates, XLConnect has moved to the newest release of Apache POI: 3.8. Also, the lazy evaluation … Continue reading → [Read more...]

R Optimization Test

July 23, 2012 | Quantitative Finance Collector

I have tested several R optimization functions before: nlm, optim(Nelder-Mead), optim(BFGS), optim(SANN), nlminb, optim (L-BFGS-B) for a eight-parameter Vasicek interest rate model, overall I find that for my setting, nlminb is the best and all R func... [Read more...]

A comparison of some heuristic optimization methods

July 23, 2012 | Pat

A simple portfolio optimization problem is used to look at several R functions that use randomness in various ways to do optimization. Orientation Some optimization problems are really hard. In these cases sometimes the best approach is to use randomness to get an approximate answer. Once you decide to go ... [Read more...]

Announcing eeptools

July 22, 2012 | Jared Knowles

The LDS_TOOLS package for R has been replaced by the new eeptools package. I am renaming the package for a number of reasons. First, LDS is a technical industry term in education that stands for Longitudinal Data Systems, which is not commonly known an... [Read more...]

Bayesian Inference Using OpenBUGS

July 22, 2012 | rtutor.chiyau

In our previous statistics tutorials, we have treated population parameters as fixed values, and provided point estimates and confidence intervals for them. An alternative approach is the Bayesian statistics. It treats population parameters as random... [Read more...]

R for Ecologists: Phylogenies in R

July 22, 2012 | Nathan Lemoine

I’ve only recently begun working from an evolutionary perspective, and I can’t imagine why I haven’t thought about it much before. After all, it comes up in just about everything that we do in ecology. For example, I’m currently feeding … Continue reading → [Read more...]
1 2 3 4 5 6 13

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)