May 2013

Big Data Analytics in R – the tORCH has been lit!

May 22, 2013 | mhornick

Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 This guest post from Anand Srinivasan compares performance of the Oracle R Connector for Hadoop with the R {parallel} package for covariance matrix computation, sampling, and parallel linear model fitting.  Oracle R Connector for Hadoop (ORCH) is a collection of R packages ... [Read more...]

What happened to six million voters?

May 22, 2013 | Murtaza Haider

The recent elections in Pakistan on May 11 were a great success by all means. In spite of the threats for violence by Al-Qaeda and its local franchises in Pakistan against those who would vote, millions of Pakistanis indeed stepped out to vote for an elected government. The Election Commission of ... [Read more...]

My Prime Sieve – Homage to Yitan Zhang

May 22, 2013 | Francis Smart

# As a homage to Yitang Zhang who has proven a mind-bending property of Prime Pairs, I have written a prime Sieve to detect all of the prime numbers from 1 to N. # There might very well be a function in the base package that already does this. No... [Read more...]

Get your questions answered about Open Data

May 21, 2013 | David Smith

The OpenData StackExchange site has just launched in beta, and looks to be a great resource for open data sources. Like StackOverflow for programming and CrossValidated for statistics, OpenData is is a question and answer site for developers and researchers interested in open data. There's no R tag yet (though ... [Read more...]

Getting to the point – an alternative to the bezier arrow

May 21, 2013 | Max Gordon

[caption id="attachment_734" align="aligncenter" width="500"] An alternative bezier arrow to the regular grid-bezier. Apart from a cool gradient it has the advantages of: exact width, exact start/end points and axis alignment.[/caption] About two weeks ago I got frustrated with the bezierGrob function in the grid package. The ... [Read more...]

Spatial correlograms in R: a mini overview

May 21, 2013 | petrkeil

Spatial correlograms are great to examine patterns of spatial autocorrelation in your data or model residuals. They show how correlated are pairs of spatial observations when you increase the distance (lag) between them - they are plots of some index…Read more → [Read more...]

Pivot Tables for R: Try sqldf

May 21, 2013 | Alistair Leak

Pivot tables are a a growing staple for analysis in excel yet they remain limited to the functionality which Microsoft has chosen to include. Typical operations are the inclusion of filters, choice over rows, columns, and maths operations. In R … Continue reading → [Read more...]

Package party: Conditional Inference Trees

May 21, 2013 | andrew

I am going to be using the party package for one of my projects, so I spent some time today familiarising myself with it. The details of the package are described in Hothorn, T., Hornik, K., & Zeileis, A. (1999). “party: A Laboratory for Recursive Partytioning” which is available from CRAN. The ... [Read more...]

An R debugging example

May 21, 2013 | Patrick Burns

The steps taken to fix an R problem. Task To prepare for the Portfolio Probe blog post called “Implied alpha and minimum variance”, I tried to update a matrix of daily stock prices using a function I had written for the purpose. Error When I tried to do what I ... [Read more...]

Geolocate IP addresses in R

May 20, 2013 | heuristicandrew

This R function uses the free freegeoip.net geocoding service to resolve an IP address (or a vector of them) into country, region, city, zip, latitude, longitude, area and metro codes. Continue reading → [Read more...]

R programming challenge: Escape the zombie horde

May 20, 2013 | David Smith

So when the world is taken over by a Zombie horde, you're going to want to figure out a way to get the human population to safety. This R script by econometrician Francis Smart won't help you do that exactly, but given a list of waypoints to navigate through zombie-infested ... [Read more...]

Non-Verbal Reasoning Test – Concerto

May 20, 2013 | Francis Smart

I have just released my first complete test of non-verbal problem solving skills.  It is run on Concerto (an R-based application development platform targeted at primarily test developers)  Try it out by following the link below.Non-Verbal Re... [Read more...]

R 3.0.1 is released

May 20, 2013 | Tal Galili

R 3.0.1 (codename “Good Sport”) was released last week. As mentioned earlier by David, this version improves serialization performance with big objects, improves reliability for parallel programming and fixes a few minor bugs. Upgrading to R 3.0.1 You can download …Read more » [Read more...]
1 3 4 5 6 7 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)