Skip to content
Prev 268373 / 398502 Next

help with loops

On 08/11/2011 07:51 PM, William Dunlap wrote:
In addition, writing functions yourself is a good way to exercise your R
skills. On the other hand, built in functions often solve the problem
faster and are more generic. In my experience it takes quite a bit of R
knowledge before one is good enough to beat a general, builtin function.
Often a lengthy self written function can be replaced by one call to a
built in function. In addition, it saves a lot of time when you use the
already present functions. Several times I wanted something done in R,
only to find out that it was already done. This meant getting the job
done in 1 hour instead of two days of programming.

In general I tend to agree with Michael and encourage people to stick
with the builtin functions.

my 2 cts ;),

regards,
Paul