R

Population health management with RevoScaleR

September 10, 2012 | David Smith

This guest post is by Douglas McNair MD PhD, Engineering Fellow & President, Cerner Math Inc. -- ed. RevoScaleR scaling big-data modeling performance for real-time health data analysis at Cerner The size of data sets is increasing much more rapidly than the speed of cores, of RAM, and of disk drives. ... [Read more...]

Core minus one!

September 9, 2012 | xi'an

Jean-Michel Marin visited me in Paris last week and, besides taking part in Pierre’s PhD defence, we made enough progress to close two more chapters of the new edition of Bayesian Core (soon to be Bayesian Essentials with R!) This follows the good work session we had in Carnon ... [Read more...]

Big Issue with System Backtests

September 7, 2012 | klr

Almost always, when I see a system backtested, the backtest assumes a static portfolio with no contributions or withdrawals.  This assumption only covers an extremely limited subset of my clients.  Cash flows in and out of a portfolio or syst...
[Read more...]

Video: R, RStudio, Rcmdr & rattle

September 7, 2012 | Randy Zwitch

I did a screencast for my co-workers to show how to get started with R, specifically what a base installation of R looks like, then showing how to improve your workflow using RStudio, Rcmdr or rattle.  The examples are somewhat … Continue reading →Video: R, RStudio, Rcmdr & rattle is an article ... [Read more...]

Coming up: Two weeks of awesome guest bloggers

September 7, 2012 | David Smith

I'm heading out on vacation to my Australian homeland for the next two weeks, but fear not reader friends: we have an awesome lineup of guest bloggers to fill in while I'm away. I don't want to ruin the surprise, but you'll be seeing posts from: experts in data visualization ... [Read more...]

Conversion of Meucci’s MatLab Code

September 7, 2012 | Peter Carl

You might remember a second proposal I put forward for this summer’s Google Summer of Code (GSoC). This project was ambitious, looking to convert a subset of Attillio Meucci’s MatLab code to R. Thankfully, Brian Peterson took the lead mentor position for this particular project. Coincidently, the day ... [Read more...]

Kickstarter facilitates $50M in indie game funding

September 6, 2012 | David Smith

The social crowdfunding site Kickstarter announced today that it has enabled, via community contributions, $50M in funding in 2012 for new indie games. The second largest category of funding was for independent films. The blog post announcing the news includes analysis (using R, natch) of the breakdown in categories and funding ... [Read more...]

In case you missed it: August 2012 Roundup

September 6, 2012 | David Smith

In case you missed them, here are some articles from June of particular interest to R users. RStan is a new package for Bayesian modeling with R. It's faster and can fit more highly-correlated models than the MCMC sampler of BUGS and JAGS. Biostatistician Corey Chivers used R to animate ... [Read more...]

Suicide statistics and the Christchurch earthquake

September 5, 2012 | Luis

Suicide is a tragic and complex problem. This week New Zealand’s Chief Coroner released its annual statistics on suicide, which come with several tables and figures. One of those figures refers to monthly suicides in the Christchurch region (where I … Continue reading → [Read more...]

Style your ggplot2 charts with Themes

September 5, 2012 | David Smith

An update to the ggplot2 "grammar of graphics" package for R is now available on CRAN. This version introduces "Themes" for ggplot2 charts, and makes it possible to define and re-use your own preferences for title fonts and sizes, tick marks, grid color, etc. The system is heirarchically defined, so ... [Read more...]

Kendall’s Tau

September 5, 2012 | Wesley

Kendall’s Tau This is an example of Kendall’s Tau rank correlation.  This is similar to Spearman’s Rho in that it is a non-parametric measure of correlation on ranks.  It is an appropriate measure for ordinal data and is fairly straight forward when there are no ties in ... [Read more...]

How to create random binary matrices in R

September 4, 2012 | David Smith

It all started off as a simple question from Scott Chamberlain on Twitter: Make m x n matrix with randomly assigned 0/1 -__ apply(m, c(1,2), function(x) sample(c(0,1),1)) -- Better/faster solution? #rstats — Scott Chamberlain (@recology_) August 28, 2012 The goal was to create a matrix with randomly selected binary elements, ... [Read more...]

Project Euler — problem 19

September 3, 2012 | Tony

I’ve been working overtime last weekend. Although I suffered little from the Monday syndrome, I still need a break. So, I’m back to the Project Euler after days of Olympic data digging. Today, I’m gonna to solve the 19th problem. You are given the following … Continue reading → [Read more...]

Descriptive statistics of some Agile feature characteristics

September 2, 2012 | Derek-Jones

The purpose of software engineering research is to figure out how software development works so that the software industry can improve its quality/timeliness (i.e., lower costs and improved customer satisfaction). Research is hampered by the fact that companies are not usually willing to make public good quality data ... [Read more...]

New Attribution Functions for PortfolioAnalytics

September 1, 2012 | Peter Carl

Another Google Summer of Code (GSoC) project this summer focused on creating functions for doing returns-based performance attribution. I’ve always been a little puzzled about why this functionality wasn’t covered already, but I think that most analysts do this kind of work in Excel. That, of course, has ... [Read more...]
1 6 7 8 9 10 176

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)