Re: [R] Discrepancies in run times

2011-02-28 Thread Sébastien Bihorel
ent: Tuesday, February 22, 2011 12:16 PM > To: r-help@r-project.org > Subject: [R] Discrepancies in run times > > Dear R-users, > > I am in the process of creating new custom functions and am quite puzzled > by > some discrepancies in execution time when I run some R scripts

Re: [R] Discrepancies in run times

2011-02-22 Thread rex.dwyer
ect.org Subject: [R] Discrepancies in run times Dear R-users, I am in the process of creating new custom functions and am quite puzzled by some discrepancies in execution time when I run some R scripts that call those new functions. So here is the situation: - let's assume I have created

[R] Discrepancies in run times

2011-02-22 Thread Sébastien Bihorel
Dear R-users, I am in the process of creating new custom functions and am quite puzzled by some discrepancies in execution time when I run some R scripts that call those new functions. So here is the situation: - let's assume I have created two custom functions, called myg and myf; - myg is mostly