importFrom(Matrix,
      "t",
      "crossprod",
      "tcrossprod"
)

importMethodsFrom(Matrix, "%*%")


exportClasses(
              "balance",
              "bayesglm",
              "bayesglm.h",
              "bayespolr"
              )

exportMethods(
              "coefplot",
              "display",
              #"mcsamp",
              #"model.matrix.bayes",
              "se.coef",
              "sim",
              "sigma.hat",
              "print",
              "show",
              "standardize",
              "traceplot"
              )

export(
       "balance",
       "bayesglm",
       "bayesglm.fit",
       "bayespolr",
       "binnedplot",
       "binned.resids",
       "coefplot",
       "coefplot.default",
       "contr.bayes.ordered",
       "contr.bayes.unordered",
       "corrplot",
       "display",  
       "fround",
       "G",
       "go",
       "invlogit",
       "logit",
       "matching", 
       "model.matrix.bayes",
       "multicomp.plot",
       "mcplot",
       "pfround",
       "rescale",
       "residual.plot",
       "se.coef",
       "se.fixef",
       "se.ranef",
       "sigma.hat",
       "sim",
       "triangleplot"
)




S3method(print, GO)
S3method(plot, balance)
S3method(print, balance)
