probelem of function inside function
Actually, It is the question I encountered in S-Plus. Sorry that I forgot to mention. As Simon just pointed out, the function works fine in R (Thanks!). But in any case, does anyone know how to solve the problem in S-Plus? Thanks
--- Thomas Lumley <tlumley at u.washington.edu> wrote:
On Wed, 25 Jun 2003, array chip wrote:
Hi, I encountered a problem when I am trying to write
my
own function which contains another function. To simplify a problem, I tried the following
simplified
function, hope someone can idenfity the problem
for
me.
<snip>
f.fun(var='x',fdata=testdata)
Problem in eval(oc, list()): Object "fdata" not
found
Use traceback() to see the call stack
This looks very much like an S-PLUS error message, and in addition to any etiquette issues about asking S-PLUS questions on r-help, this is the sort of question where the answer may actually be quite different in the two systems. -thomas