Monthly Archives: February 2012

GUI building in R: gWidgets vs Deducer

February 20, 2012
By
GUI building in R: gWidgets vs Deducer

I’ve been a user (and fan) of gWidgets for a couple of years now for GUI building in R. (See my introduction to it here.) However, it’s always good to check out the competition so I’ve been playing around with Deducer to see how they compare. R can access a number of GUI building frameworks

Read more »

R_inferno

February 20, 2012
By

Knowing the weakness of your tool is a shortcut toward getting really good at it.

Read more »

Big data seminar in London on 1 March 2012

February 20, 2012
By
Big data seminar in London on 1 March 2012

Removable disk packs in 1975Source: Wikipedia, via Deutsche Fotothek  David Chan from City University is organising an interdisciplinary symposium on tackling the ‘Big Data’ challenge on 1 March 2012.It is an open seminar trying to bring ...

Read more »

New R User Group at Berkeley

February 20, 2012
By

There's a new R user group in Berkely, CA: The Berkeley R Language Beginner Study Group. Join this small group for a step-by-step approach to learn the language R. Each session will be filled with examples and participants are welcome to suggest and present topics. If you have just started with R this is the perfect chance to find...

Read more »

Simplifying spatial polygons in R

February 20, 2012
By
Simplifying spatial polygons in R

Polygon simplification is something others have written about, using R packages such as shapefiles. This explores how package ‘rgeos’ uses the Ramer–Douglas–Peucker algorithm, a method commonly used in GIS systems for simplifying shapefiles. It works by imposing a deviation tolerance … Continue reading

Read more »

Upcoming Statistics.com courses on the use of R (all online)

February 20, 2012
By

Guest post:  Statistics.com is offering a list of courses about R from some of the leading experts in their fields.  They offer a $200 discount for anyone who orders any 3 courses from them at one time.  Here is the list of R specific courses (with links): Feb 10:  Introduction to R – Data Handling (http://bit.ly/z9k0vk) taught by Paul Murrell...

Read more »

Maps with R (II)

February 20, 2012
By
Maps with R (II)

In my my last post I described how to produce a multivariate choropleth map with R. Now I will show …

Continuar leyendo »

Read more »

What does ‘passive investing’ really mean?

February 20, 2012
By
What does ‘passive investing’ really mean?

We know the words but what do they mean? Some definitions Here are some definitions of “passive investment management”. Investopedia says: A style of management associated with mutual and exchange-traded funds (ETF) where a fund’s portfolio mirrors a market index. Wikipedia says: Passive management (also called passive investing) is a financial strategy in which an investor (or … Continue reading...

Read more »

Multiple progress bars

February 20, 2012
By
Multiple progress bars

It is pretty easy to monitor the progress of a long loop in R using the original txtProgressBar function in the utils package. It works like this: mypb <- txtProgressBar() m <- sapply(1:1000, function(x) { setTxtProgressBar(mypb, x/1000) mea...

Read more »

How to Install R for Windows and Use a Few Basic Functions

February 20, 2012
By

This video shows how to obtain and install R on the Windows (PC) platform. It also shows a few basic functions in R, such as how to install packages in R and load them for use.

Read more »