import("lme4")

export(
       "balanceplot",
       "bayesglm",
       "bayesglm.fit",
       "bayespolr",
       "binned.plot",
       "coefplot.default",
       "coefplot.bugs",
       "corrplot",  
       "display.lm", 
       "display.glm",
       "display.mer",
       "display.polr",
       "G",
       "go",
       "invlogit",
       "matching", 
       "mcsamp",
       "rescale",
       "se.coef.lm",
       "se.coef.glm",
       "se.coef.mer",
       "se.fixef",
       "se.ranef",
       "sigma.hat.lm",
       "sigma.hat.glm",
       "sigma.hat.mer",
       "sim.lm",
       "sim.glm",
       "sim.mer",
       "standardize"
)


exportMethods(
              "coefplot",
              "display",
              "se.coef",
              "sim",
              "sigma.hat"
              )

S3method(print, GO)
