Skip to content
Prev 18310 / 63424 Next

model.response() as a generic function?

There is a considerable difference: model.response is documented to work 
on a model frame.  Why does model.response(model.frame(object))) not work 
in the generality you need?

Please give us some examples of why you are trying to do, and how you 
would envisage a generic model.response being documented.  (It is 
currently documented as equivalent to model.extract(,"response").)
On Fri, 28 Oct 2005, Kosuke Imai wrote: