Skip to content
Prev 1931 / 20628 Next

Estimated scale in R 2.8.1

You have to explicitly write

lme4:::sigma(model)

because in this version of lme4 "sigma" is hidden within
the package namespace.  (The triple colon is S4 magic
for extracting an otherwise hidden function from
a namespace.)

  Ben
Nola M. Stephens wrote: