January 2012

An Intro to Ensemble Learning in R

January 19, 2012 | Vik Paruchuri

Introduction This post incorporates parts of yesterday's post about bagging. If you are unfamiliar with bagging, I suggest that you read it before continuing with this article. I would like to give a basic overview of ensemble learning. Ensemble learning involves combining multiple predictions derived by different techniques in order ... [Read more...]

Visualize your Facebook friends network with R

January 19, 2012 | David Smith

A few days ago, Romain François explained how to interface with the Facebook Graph API explorer with R. This was a low-level interface, giving the R programmer the ability to the raw data that Facebook can provide about your connections. Now, just four days later, the first application in ... [Read more...]

Analyzing Federal Bailout Recipients in R

January 19, 2012 | Vik Paruchuri

I was searching for open data recently, and stumbled on Socrata. Socrata has a lot of interesting data sets, and while I was browsing around, I found a data set on federal bailout recipients. Here is the data set. However, data sets on Socrata are not always the most recent ...
[Read more...]

Rooks in the cloud

January 19, 2012 | Chris Wheadon

Ever since R was born (evoked?) geeks have been trying to get it to talk HTML. A list of web interfaces for R is updated on CRAN here. Aims are various. Some seek to replace R with a traditional GUI. Others are more ambitious and open up a glimpse of ... [Read more...]

Intro to Ensemble Learning in R

January 19, 2012 | Vik Paruchuri

Introduction This post incorporates parts of yesterday's post about bagging. If you are unfamiliar with bagging, I suggest that you read it before continuing with this article. I would like to give a basic overview of ensemble learning. Ensemble learning involves combining multiple predictions derived by different techniques in order ... [Read more...]

GIBBS us a break

January 19, 2012 | Chris Wheadon

So you want to run R in the cloud so you can set your Gibbs sampling off, forget about it, and not be paranoid about power cuts and reboots. Andrew Gelman hosted a good debate on the pros and cons of R in the cloud on his blog. The consensus ... [Read more...]

How to search the R-sig-finance archives

January 19, 2012 | Pat

A not unusual part of a response on the R-sig-finance mailing list is: “Search the list archives.” In principle that makes sense.  In practice it might not be clear what to do.  Now it should be. The list The R-sig-finance mailing list deals with the intersection of questions about the ...
[Read more...]

When can we expect the last damn microarray paper?

January 18, 2012 | Jeremy Leipzig

With bonus R codeIt came as a shock to learn from PubMed that almost 900 papers were published with the word "microarray" in their titles last year alone, just 12 shy of the 2010 count. More alarming, many of these papers were not of the innocuous "Microarray study of gene expression in dog ... [Read more...]

Internet surveys

January 18, 2012 | Rob J Hyndman

I received the following email today: I am preparing a thesis … I need to conduct the widest possible poll, and it occurred to me that perhaps you could guide me toward an internet-based way in which this can be done easily. I have a ten-question questionnaire prepared, that I wish ... [Read more...]

non-stationary AR(10)

January 18, 2012 | xi'an

In the revision of Bayesian Core on which Jean-Michel Marin and I worked together most of last week, having missed our CIRM break last summer (!), we have now included an illustration of what happens to an AR(p) time series when the customary stationarity+causality condition on the roots of ... [Read more...]

Look Over My Shoulder with Hangout?

January 18, 2012 | klr

Inspired by the post More Office Hours in 2012 and the survey results, I thought I would offer office hours while blogging/playing in R.  If anyone is interested, please send me an email at kent.russell at timelyportfolio.com, or just look for me ...
[Read more...]

RInside updated

January 18, 2012 | David Smith

The RInside package provides C++ classes that make it easier to embed R in C++ code on many platforms. According to a post from package co-maintainer Dirk Eddelbuettel, the package has just been updated to version 0.2.6 with improved support on Windows, and compatibility with R's standard random number generator. You ... [Read more...]

Running R2WinBUGS on a Mac Running OSX

January 18, 2012 | jebyrnes

I have long used JAGS to do all of my Bayesian work on my mac. Early on, I tried to figure out how to install WinBUGS and OpenBUGS and their accompanying R libraries on my mac, but, to no avail. I just had too hard of a time getting them ... [Read more...]

SOPA / PIPA

January 18, 2012 | Patrick Rhodes

Graph of the Week is blacked out today (January 18, 2012) to join in the online protest to the SOPA and PIPA bills.Helpful links:http://blog.reddit.com/2012/01/technical-examination-of-sopa-and.htmlhttp://yro.slashdot.org/story/12/01/18/0834219/ask-sla...
[Read more...]

Improve Predictive Performance in R with Bagging

January 18, 2012 | Vik Paruchuri

Bagging, aka bootstrap aggregation, is a relatively simple way to increase the power of a predictive statistical model by taking multiple random samples(with replacement) from your training data set, and using each of these samples to construct a separate model and separate predictions for your test set. These predictions ... [Read more...]
1 4 5 6 7 8 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)