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

importFrom("grDevices", "dev.off")
importFrom("graphics", "abline", "axis", "legend", "lines", "plot")
importFrom("stats", "coefficients", "cor", "dbeta", "density", "lm",
             "optim", "quantile", "rbeta", "rbinom", "rgamma", "rnorm",
             "runif")
importFrom("utils", "setTxtProgressBar", "txtProgressBar")
importFrom("emdbook", "dbetabinom")

# register S3 methods
S3method(summary, out)
S3method(plot, out)
