Skip to content

expand.model.frame gives "object not found"

1 message · Brian Ripley

#
Why are you using expand.model.frame to update a *formula*?  That is what 
update()'s formula method does.

It is rather rare to use expand.model.frame() directly.  As ever, we 
recommend reading a good book on R as applied to whatever you are trying 
to do -- several of them have examples of using update().
On Thu, 30 Sep 2004, David Hugh-Jones wrote:

            
In short, inexperienced with R or languages like R.