
# imports
importFrom("car", "showLabels", "influencePlot", "infIndexPlot", "influenceIndexPlot")
importFrom("heplots", "trans.colors", "Mahalanobis")
importFrom("grDevices", "palette")
importFrom("graphics", "abline", "axis", "box", "mtext", "par", "plot",
                       "points", "text")
importFrom("stats", "cooks.distance", "hatvalues", "influence",
                    "coef", "model.frame", "model.matrix",
                    "model.response", "qbeta", "qf", "residuals", "rstudent")
importFrom("utils", "combn")

#exportPattern("^[[:alpha:]]+")

export(
  cooks.distance.mlm,
  hatvalues.mlm,
  influence.mlm,
  influencePlot.mlm,
  mlm.influence,
  lrPlot,
  mpower,
  tr,
  infIndexPlot.mlm
)

S3method(lrPlot, lm)

S3method(hatvalues, mlm)
S3method(cooks.distance, mlm)
S3method(influence, mlm)
S3method(influencePlot, mlm)
S3method(infIndexPlot, mlm)

S3method(print, inflmlm)
S3method(as.data.frame, inflmlm)

