# Generated by roxygen2: do not edit by hand

S3method(binaryData,data.frame)
S3method(continuousData,data.frame)
S3method(countData,data.frame)
S3method(doseResponse,BinaryData)
S3method(doseResponse,ContinuousData)
S3method(doseResponse,CountData)
S3method(fit,BinaryData)
S3method(fit,ContinuousData)
S3method(fit,CountData)
S3method(modelData,data.frame)
S3method(plot,BinaryData)
S3method(plot,BinaryDoseResponse)
S3method(plot,BinaryFitTT)
S3method(plot,ContinuousData)
S3method(plot,ContinuousDoseResponse)
S3method(plot,ContinuousFitTT)
S3method(plot,CountData)
S3method(plot,CountDoseResponse)
S3method(plot,CountFitTT)
S3method(plot,DoseResponse)
S3method(plot,PPC)
S3method(plot,PriorPosterior)
S3method(plot,XCX)
S3method(posterior,FitTT)
S3method(ppc,BinaryFitTT)
S3method(ppc,ContinuousFitTT)
S3method(ppc,CountFitTT)
S3method(predict,BinaryFitTT)
S3method(predict,ContinuousFitTT)
S3method(predict,CountFitTT)
S3method(priorPosterior,BinaryFitTT)
S3method(priorPosterior,ContinuousFitTT)
S3method(priorPosterior,CountFitTT)
S3method(summary,BinaryFitTT)
S3method(summary,ContinuousFitTT)
S3method(summary,CountFitTT)
S3method(summary,PPC)
S3method(xcx,FitTT)
export(binaryData)
export(binaryDataCheck)
export(continuousData)
export(continuousDataCheck)
export(countData)
export(countDataCheck)
export(doseResponse)
export(extract_sim)
export(fit)
export(modelData)
export(posterior)
export(ppc)
export(predict)
export(priorPosterior)
export(xcx)
import(ggplot2)
import(grDevices)
import(rjags)
importFrom(coda,raftery.diag)
importFrom(methods,is)
importFrom(stats,aggregate)
importFrom(stats,binom.test)
importFrom(stats,median)
importFrom(stats,poisson.test)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,qunif)
importFrom(stats,rbinom)
importFrom(stats,rgamma)
importFrom(stats,rnorm)
importFrom(stats,rpois)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,t.test)
