November 2013

Analyzing baseball data with R

November 27, 2013 | MilanoR

This week, the post is an interview with Max Marchi. Max is the author, with Jim Albert, of the book "Analyzing baseball data with R". Hi, Max. Welcome back to MilanoR. Last time you wrote for us a series of … Continue reading → [Read more...]

The R Backpages 2

November 27, 2013 | Joseph Rickert

by Joseph Rickert In this roundup of R-related news: Domino enables data science collaboration; Plotly adds an R graphics gallery; Revolution Analytics R user group sponsorship applications are open; and Quandl adds new data sets. San Francisco startup takes on collaborative Data Science Domino, a San Francisco based startup, is ... [Read more...]

Mapping Power Outages In Maine With R

November 27, 2013 | hrbrmstr

UPDATE: A Shiny (dynamic) version of this is now available. We had yet-another power outage this morning due to the weird weather patterns of the week and it was the final catalyst I needed to crank out some R code to map the affected counties. Central Maine Power provides an ...
[Read more...]

Winter Solstice Survival Guide 2013

November 27, 2013 | Patrick

’tis the season to consume! But for this part of the year, as the Winter Solstice approaches, we consume not for ourselves, but for others, and that’s generally a good thing. Each year we here at Science… sort of like to put together a list of suggestions for the ... [Read more...]

Five ways to handle Big Data in R

November 27, 2013 | Oliver Bracht

Big data was one of the biggest topics on this year’s useR conference in Albacete and it is definitely one of today’s hottest buzzwords. But what defines “Big Data”? And on the practical side: How can big data be tackled in R? What data is big? Hadley Wickham, ... [Read more...]

Continuous Integration with OpenCPU

November 27, 2013 | Jeroen Ooms

Starting version 1.0.7, the OpenCPU cloud server adds support for continuous integration (CI). This means that Github repositories can be configured to automatically install your package on an OpenCPU server, every time a commit is pushed. To t...
[Read more...]

How can R and Hadoop be used together?

November 26, 2013 | Vignesh Prajapati

By inspired from this Quora question, I have been started working on how can R and Hadoop integrated to be used together? By very hard verification process, finally I got the possible ways to use R and Hadoop together for performing Big Data Analytics. This blog post is written with ... [Read more...]

MCMSki IV, Jan. 6-8, 2014, Chamonix (news #12)

November 26, 2013 | xi'an

We are converging towards MCMSki IV getting closer and closer to the conference! I hope that by now all intended participants have registered (registration is still open!), found a place where to stay during and around the conference (still feasible!), and booked their flight to Geneva (or nearby). First, please ... [Read more...]

Installing rgdal in Ubuntu 13.04

November 26, 2013 | Robin Lovelace - R

The Geospatial Data Abstraction Library (GDAL) is a workhorse of digital mapping. Written in c++, it underpins many online and desktop geoprocessing programs including QGIS and GeoServer. Through its OGR library, GDAL enables the import and export of most common spatial data formats, including the trusty ESRI Shapefile. These features ... [Read more...]

SPSS to R: An R package to convert SPSS syntax

November 26, 2013 | Educate-R - R

My first statistical software package I used as an undergrad was SPSS. I was fortunate during my senior year at Luther College to be initially introduced to R. I did not realize it at the time (except for the pretty graphics) that this was the start of something big for ... [Read more...]

Bootstrapping for Propensity Score Analysis

November 26, 2013 | Jason Bryer

I am happy to announce that version 1.0 of the PSAboot package has been released to CRAN. This package implements bootstrapping for propensity score analysis. This deviates from typical implementations such as boot in that it allows for separate sampling specifications for treatment and control units. For example, in the case ... [Read more...]

Not only verbs but also believes can be conjugated

November 26, 2013 | Markus Gesmann

Following on from last week, where I presented a simple example of a Bayesian network with discrete probabilities to predict the number of claims for a motor insurance customer, I will look at continuos probability distributions today. Here I follow example 16.17 in Loss Models: From Data to Decisions [1]. Suppose there ... [Read more...]

Deriving a Priority Queue from a Plain Vanilla Queue

November 25, 2013 | andrew

Following up on my recent post about implementing a queue as a reference class, I am going to derive a Priority Queue class. Inheritance The syntax for Reference Class inheritance is quite intuitive. We need to modify only two of the methods. The most important of these is insert(), which ... [Read more...]

getSymbols Extra

November 25, 2013 | systematicinvestor

The getSymbols function from the quantmod package is an easy and convenient way to bring historical stock prices into your R environment. You need to specify the list of tickers, the source of historical prices and dates. For example following commands will download historical stock prices from yahoo finance for ‘... [Read more...]
1 2 3 4 12

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)