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

import(coda)
import(ggplot2)
import(MASS)
import(survival)

importFrom("graphics", "abline", "hist", "lines", "plot", "title")
importFrom("methods", "is")
importFrom("stats", "approx", "aggregate", "binomial", "complete.cases", "cov", "dbeta",
           "density", "dnorm", "ecdf", "glm", 
           "lowess", "logLik", "model.frame", "model.matrix", "model.response", 
           "nlm", "nlminb", "optim", "pchisq", "predict", "pnorm", "printCoefmat", 
           "quantile", "qnorm", "quasibinomial", 
	   "rbinom", "rexp", "rgamma", "rnorm", "runif", 
           "sd", "vcov")

S3method(bhm, default)
S3method(bhm, formula)

S3method(brm, default)
S3method(brm, formula)

S3method(glmpLRT, default)
S3method(glmpLRT, formula)

S3method(print, bhm)
S3method(print, brm)
S3method(print, glmpLRT)
S3method(print, mpl)
S3method(print, picreg)
S3method(print, pIndex)
S3method(print, resboot)
S3method(print, summary.bhm)
S3method(print, summary.brm)

S3method(mpl, formula)

S3method(pIndex, default)
S3method(pIndex, formula)

S3method(plot, bhm)
S3method(plot, brm)
S3method(plot, glmpLRT)
S3method(plot, pIndex)
S3method(plot, resboot)
S3method(plot, residuals.brm)

S3method(resboot, default)
S3method(resboot, formula)

S3method(residuals, brm)

S3method(summary, bhm)
S3method(summary, brm)
S3method(summary, picreg)

