Skip to content
Prev 7504 / 20628 Next

Error when using models with lmer

On Tue, Feb 7, 2012 at 2:03 PM, Olga Vitek <ovitek at stat.purdue.edu> wrote:
Yes.  Why would you want to try to create a vector from an S4 fitted
model object?

It almost never makes sense to use

c(foo)

Most of the time when people use that idiom what they really mean is

foo

(I say "almost never" because in the old days many of us would use
c(myMatrix) to create a vector from a matrix.  The preferred form is
now as.vector(myMatrix).)
I assume that the "estimable" function is in the gmodels package, so
you should contact the author of that package about this.