# Exported functions
export("diagnostic_assessment_binary", "diagnostic_assessment_continuous")

# Imported functions
#importFrom(survivalROC, survivalROC)
importFrom(InformativeCensoring, col.headings)
importFrom(InformativeCensoring, ScoreImpute)
importFrom(InformativeCensoring, ExtractSingle)
importFrom(InformativeCensoring, NN.options)
importFrom(survival, survfit)
importFrom(survival, Surv)
importFrom(boot, boot)
importFrom(boot, boot.ci)
importFrom(ThresholdROC, thres2)
importFrom(ThresholdROC, plotCostROC)
importFrom(graphics, par, points)
importFrom(stats, qnorm, sd)
importFrom(stats, prop.test)
importFrom(stats, binom.test)
importFrom(pROC, roc)
importFrom(pROC, var)
importFrom(graphics, boxplot)
importFrom(psych, winsor.mean, winsor.var)


# S3 methods
S3method(print, "diagnostic_assessment")