import("stats", "Matrix")
importFrom("graphics", "plot")

export(
       "BIC",
       "VarCorr",
       "convertFromS3groupedData",
       "fixef",
       "getCovariateFormula",
       "getGroups",
       "getGroupsFormula",
       "getResponse",
       "getResponseFormula",      
       "groupedData",
       "gsummary",
       "lmList",
       "lmer",
       "lmerControl",
       "pooledSD",
       "ranef"
       )

exportClasses("VarCorr", "glmer", "lmList", "lmer", "summary.lmer")

exportMethods(
              "BIC",
              "anova",
              "coef",
              "coerce",
              "confint",
              "deviance",
              "fitted",
              "fixef",
              "formula",
              "gsummary",
              "logLik",
              "plot",
              "ranef",
              "residuals",
              "resid",
              "show",
              "summary",
              "update",
              "vcov",
              "with"
              )
