On Sun, Aug 22, 2010 at 11:19 AM, jim holtman <jholt...@gmail.com> wrote:
> We replied once that your function Grx is not correct.  It will
> recurse to an infinite depth because there is no condition to end the
> calls.  I would expect that there would be some test at the beginning
> of the function to see if it should be called again.  You need to
> debug your function, or rewrite to compute what you want.  You have
> not described the problem you are trying to solve, so no solution can
> be provided.


 > ?recursion
 No documentation for 'recursion' in specified packages and libraries:
 you could try '??recursion'
 > ??recursion
 No documentation for '?recursion' in specified packages and libraries:
 you could try '???recursion'
 > ???recursion
 No documentation for '??recursion' in specified packages and libraries:
 you could try '????recursion'

Barry

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to