Skip to content
Prev 296186 / 398506 Next

How can I get this function to work?

I should have added, though:

If you are writing R code you **must** learn to use R's debugging
tools, which include:

?traceback
?debugger
?browser
?trace
?debug
?recover

Then you do your own debugging instead of posting opaque code here and
hoping that someone takes the bait. See the section on debugging in
the R Language manual for a more complete discussion.

Cheers,
Bert
On Thu, May 31, 2012 at 11:02 AM, Sarah Goslee <sarah.goslee at gmail.com> wrote: