Skip to content
Back to formatted view

Raw Message

Message-ID: <20030625234650.72297.qmail@web41214.mail.yahoo.com>
Date: 2003-06-25T23:46:50Z
From: array chip
Subject: probelem of function inside function
In-Reply-To: <Pine.A41.4.44.0306251632190.39252-100000@homer21.u.washington.edu>

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
>