[R] Question concerning library function nlme and lexical scoping

2004-03-10 Thread Jens_Praestgaard
I am running into problems calling the library function nlme from within another function. Basically,the following function (with v a list containing data and initialization values) testfunc function(dat=v) { test-nlsList(result~a+(b-a)/(1+(conc/(c+z*cdiff))^d)

Re: [R] Question concerning library function nlme and lexical scoping

2004-03-10 Thread Prof Brian Ripley
On Wed, 10 Mar 2004 [EMAIL PROTECTED] wrote: I am running into problems calling the library function nlme from within another function. Basically,the following function (with v a list containing data and initialization values) testfunc function(dat=v) {