Re: [R] glm and lm can't find weights

2013-03-13 Thread Dimitri Liakhovitski
Thanks a lot, Marc! Dimitri On Mon, Mar 11, 2013 at 4:28 PM, Marc Schwartz wrote: > > On Mar 11, 2013, at 1:46 PM, Dimitri Liakhovitski < > dimitri.liakhovit...@gmail.com> wrote: > > > Hello, and apologies for not providing an example. However, my question > is > > more general. > > > > I have a

Re: [R] glm and lm can't find weights

2013-03-11 Thread Marc Schwartz
On Mar 11, 2013, at 1:46 PM, Dimitri Liakhovitski wrote: > Hello, and apologies for not providing an example. However, my question is > more general. > > I have a lengthy function. This function is using another internal function > that modifies the data frame I am reading in. This internal fu

[R] glm and lm can't find weights

2013-03-11 Thread Dimitri Liakhovitski
Hello, and apologies for not providing an example. However, my question is more general. I have a lengthy function. This function is using another internal function that modifies the data frame I am reading in. This internal function is using the command model.frame (with data and weights inside)