Split, Apply, Combine: Using Basic R (Introduction to Statistical Computing)

Three-Toed Sloth 2013-12-20

Summary:

Lecture 12: Design patterns and their benefits: clarity on what is to be done, flexibility about how to do it, ease of adapting others' solutions. The split/apply/combine pattern: divide big structured data sets up into smaller, related parts; apply the same analysis to each part independently; combine the results of the analyses. Trivial example: row and column means. Further examples. Iteration as a verbose, painful and clumsy implementation of split/apply/combine. Tools for split/apply/combine in basic R: the apply function for arrays, lapply for lists, mapply, etc.; split. Detailed example with a complicated data set: the relation between strikes and parliamentary politics.

Introduction to Statistical Computing

Link:

http://bactra.org/weblog/1067.html

From feeds:

Statistics and Visualization ยป Three-Toed Sloth

Tags:

Date tagged:

12/20/2013, 07:11

Date published:

12/20/2013, 07:11