Skip to content
Prev 152576 / 398500 Next

long run time for loop operation & matrix fill

Hi,
Bert Gunter wrote:
I think it takes time and experience.

To get you started, the following items might be helpful:
If I recall correctly, John Chambers dedicated some part of his book 
"Programming with Data" on "the whole object view". (Again, if I 
remember and interpret it correctly) he means that one should not think 
element-by-element wise but thinking about "the whole object" you want 
to manipulate.
Please note that he authored another book, published within the last few 
weeks called "Software for Data Analysis: Programming with R". Maybe 
there is also something on the subject.

"S Programming" by William Venables & Brian D. Ripley also provides very 
helpful information on the topic.

Please search also on the web for "S Poetry" by Patrick Burns. It is 
available for free and very informative.

Best,
Roland