|
|
|
More R Vectorize
Some people have a hard time coming to terms with vectorization.
If it is hard for you, you may be trying to make it more complicated
than it is.
The essence of vectorization is simplicity.
(There can be complicated ways to vectorize specific computations,
but that should be considered as an aberration from the main point.)
If you are not getting it, relax and let it sink in slowly.
Resources
A Guide for the Unwilling S User
This includes a quick introduction to vectorization including the
recycling rule.
The R Inferno
Circles 3 and 4 give a more complete introduction to vectorization.
Back to top level of
Some hints for the R beginner
First Version: 2010 March 07
Last Modified: 2010 March 13
Direct access to this page is via
http://www.burns-stat.com/pages/Tutor/more_R_vectorize.html
|
|
|
|
|
|