Hello list, I want to compare time needed for a simulation between R and Ra (time optimized loops). Does anybody know, how I can count time needed for a simulation in R? Bests, Ralph
time calculation for simulation
2 messages · Ralph Scherer, jim holtman
?system.time On Wed, Sep 24, 2008 at 9:46 AM, Ralph Scherer
<scherer.ra at googlemail.com> wrote:
Hello list, I want to compare time needed for a simulation between R and Ra (time optimized loops). Does anybody know, how I can count time needed for a simulation in R? Bests, Ralph
______________________________________________ R-help at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem that you are trying to solve?