[R] Recursion problem
Barry Rowlingson
b.rowlingson at lancaster.ac.uk
Sun Aug 22 12:50:43 CEST 2010
On Sun, Aug 22, 2010 at 11:19 AM, jim holtman <jholtman at 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
More information about the R-help
mailing list