# Exported functions
export(predict_censored)
export(pred_type1_hybrid)
export(pred_type2_hybrid)
export(pred_gen_type1_hybrid)
export(pred_gen_type2_hybrid)
export(pred_unified_hybrid)
export(pred_prog_type1_hybrid)
export(pred_prog_type2_hybrid)

# S3 methods
S3method(print, predhcs)
S3method(summary, predhcs)
S3method(plot, predhcs)

# Imported base functions
importFrom("graphics", "abline", "legend", "lines", "plot", "points", "segments", "title")
importFrom("stats", "integrate", "optim", "optimize", "pbeta", "qbeta", "dbeta", "uniroot")
