Skip to content

Timing benefits of mapply() vs. for loop was: Wrap a loop inside a function

1 message · Doran, Harold

#
Yes, that significantly improves the speed so that the for loop and the
mapply function both return the same CPU time.

Also, thank you for your diagnosis of the likelihood matrix.

Harold