# Export all names
exportPattern(".")

# Import all packages listed as Imports or Depends
import(
  stats,
  graphics
)

importFrom("utils", "data")
importFrom("methods", "is")

# Register S3 methods
S3method(print, BayesianMCMC)
S3method(plot, BayesianMCMC)
S3method(print, BayesianMCMCreg)
S3method(plot, BayesianMCMCreg)
S3method(print, HWorig)
S3method(plot, HWorig)
S3method(print, MSClaio2008)
S3method(plot, MSClaio2008)
S3method(summary, MSClaio2008)
S3method(print, bestlm)
S3method(summary, bestlm)

