Skip to content

Vectorizing loop

1 message · Liaw, Andy

#
I don't have anything specific to say.  Only the following suggestion:

Try and find out where in the code most of the time is spent.  R has nice
tools for that.  See ?Rprof.  If it's runifpoint() and Kest() that are
taking most of the computing time, you may not be able to do much better.

Andy