Skip to content
Prev 251 / 20628 Next

estimated growth curves from lme4

On 7/14/07, Afshartous, David <afshart at exchange.sba.miami.edu> wrote:
I think you meant class = "lmer" (there is no class called "lme4").
Even that won't show any methods, however, because the lme4 package
uses S4 classes and methods, which is the reason for the "4" in the
name of the package.  The methods function only shows S3 methods.  To
see the listing of methods defined in the lme4 package use

library(lme4)
showMethods(where = "package:lme4")