Re: [Rd] Scope question concerning calls within a user defined function

2009-05-06 Thread Duncan Murdoch
On 5/6/2009 12:18 PM, Terrence Ireland wrote: The following is a simple example with a poor solution that shows my difficulties with scope. The function /logit.test /has 3 arguments: /model.start,/ an initial model; /model.finish/, an all-inclusive model, /my.data/, a dataset, in this case tr

[Rd] Scope question concerning calls within a user defined function

2009-05-06 Thread Terrence Ireland
The following is a simple example with a poor solution that shows my difficulties with scope. The function /logit.test /has 3 arguments: /model.start,/ an initial model; /model.finish/, an all-inclusive model, /my.data/, a dataset, in this case trivial. There are 2 function calls in l/ogit.t