# Generated by roxygen2: do not edit by hand

S3method(plot,bayesTest)
S3method(plot,bayesTestClosed)
S3method(print,bayesTest)
S3method(print,bayesTestClosed)
S3method(print,summaryBayesTest)
S3method(print,summaryBayesTestClosed)
S3method(summary,bayesTest)
S3method(summary,bayesTestClosed)
export(bayesTest)
export(combine)
export(plotBeta)
export(plotGamma)
export(plotInvGamma)
export(plotLogNormal)
export(plotNormal)
export(plotPareto)
export(plotPoisson)
importFrom(Rcpp,evalCpp)
importFrom(graphics,par)
importFrom(methods,is)
importFrom(stats,dbeta)
importFrom(stats,dgamma)
importFrom(stats,dlnorm)
importFrom(stats,dnorm)
importFrom(stats,dpois)
importFrom(stats,qgamma)
importFrom(stats,qlnorm)
importFrom(stats,qpois)
importFrom(stats,quantile)
importFrom(stats,rbeta)
importFrom(stats,rgamma)
importFrom(stats,rnorm)
importFrom(stats,runif)
useDynLib(bayesAB)
