
export(accProb)
export(optAttrPlan)
export(optVarPlan)
export(optPlan)
export(muEst)
export(OCdata)
export(paccept)
export(pd)
export(process_means)
S3method(accProb,AttrPlan)
S3method(accProb,VarPlan)
S3method(plot,AttrPlan)
S3method(plot,VarPlan)
S3method(summary,AttrPlan)
S3method(summary,VarPlan)
S3method(plot, OCdata)
# Importing necessary functions from other packages
importFrom("stats", "optim", "pbeta", "pbinom", "pnorm", "qnorm", "rbeta", "uniroot")
importFrom("stats", "pt")
importFrom("stats", "qbinom")
importFrom("stats", "ppois", "qpois")
importFrom("methods", "new")
importFrom("graphics", "abline", "grid")