# Exported functions
export(thresTH2, thres2, secondDer2, plotCostROC, SS, thresTH3, thres3, secondDer3, diagnostic)

# Imported functions
importFrom(MASS, fitdistr)
importFrom(numDeriv, grad)
importFrom(pROC, roc)

# S3 methods
S3method(print, "thresTH2")
S3method(print, "thres2")
S3method(print, "SS")
S3method(plot, "thres2")
S3method(lines, "thres2")
S3method(print, "thresTH3")
S3method(print, "thres3")
S3method(plot, "thres3")
S3method(lines, "thres3")
