November 2011

Cleaning time-series and other data streams

November 27, 2011 | Ron Pearson (aka TheNoodleDoodler)

The need to analyze time-series or other forms of streaming data arises frequently in many different application areas.  Examples include economic time-series like stock prices, exchange rates, or unemployment figures, biomedical data sequences like electrocardiograms or electroencephalograms, or industrial process operating data sequences like temperatures, pressures or concentrations.  As a ... [Read more...]

GTA R Users Group – Using R for Data Mining Competitions

November 27, 2011 | Jon

Here are the presentation slides I used for my talk on “Using R for Data Mining Competitions” at Ryerson University as part of the Greater Toronto Area (GTA) R User’s Meetup Group. Presentation (Prezi) Presentation (PDF) Meetup Event page Special thanks to Anthony Goldbloom from Kaggle and various competition ... [Read more...]

Analytics using R: Most active in my Twitter list

November 27, 2011 | Lalit Das

I follow some 80 odd people/ news sources on my twitter account. For a while I wondered which of these sources are most active on twitter. I picked a simple metric '# of status messages posted to twitter' as the measure of activity. Using R I quickly wrote a program to ... [Read more...]

Deductive imputation with the deducorrect package

November 26, 2011 | mark

Missing data hinders statistical analyses. Estimating missing values (imputation) prior to analysis is one way to deal with that. In some cases however, the missings need not be estimated at all, since they can be derived with certainty from other … Continue reading → [Read more...]

int64: 64 bit integer vectors for R

November 26, 2011 | romain francois

The Google Open Source Programs Office sponsored me to create the new int64 package that has been released to CRAN a few days ago. The package has been mentionned in an article in the open source blog from Google. The package defines classes i... [Read more...]

The Global Earthquake Desktop

November 25, 2011 | Sean Mulcahy

One of the first things I do over coffee each morning is scroll through the USGS earthquake RSS feeds.  In the era of free data and open source computing I asked myself, "Wouldn't it be better to visualize all of the earthquakes around the world r...
[Read more...]

Working with isTRUE

November 25, 2011 | Bogumił Kamiński

This week I was running computations transforming some input files into output files. The problem was that it was a repeated process. If new input files were generated or old ones were updated I needed to calculate new output files. The transformation ...
[Read more...]

Sending Email from R (using sendEmail)

November 25, 2011 | indiacrunchin

Like a lot of other R users I’ve felt the need for sending email from R. I haven’t surveyed CRAN for such a package but looked for the possibility of sending command line email in Windows. Found a nice application called sendEmail that can be found here Below ... [Read more...]

Pseudo-Random vs. Random Numbers in R

November 25, 2011 | John Ramey

Earlier, I found an interesting post from Bo Allen on pseudo-random vs random numbers, where the author uses a simple bitmap (heat map) to show that the rand function in PHP has a systematic pattern and compares these to truly random numbers obtained from random.org. The post’s results ... [Read more...]

Matrix Package Doodling

November 24, 2011 | DomPazz

Trying not to fall into Thanksgiving Day, football, coma.  So I started looking at the Matrix package.Started out by changing my code from before to create a matrix using the Matrix() function from the Matrix package.n = 4000c = Matrix(.9,n,n)for(...
[Read more...]

bounded normal mean

November 24, 2011 | xi'an

A few days ago, one of my students, Jacopo Primavera (from La Sapienza, Roma) presented his “reading the classic” paper, namely the terrific bounded normal mean paper by my friends George Casella and Bill Strawderman (1981, Annals of Statistics). Even though I knew this paper quite well, having read (and studied) ... [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)