import(CoxBoost)
import(survival)
import(parallel)
importFrom(randomForestSRC, rfsrc)
importFrom(LogicReg, logreg.anneal.control, logreg)
importFrom(GAMBoost, cv.GAMBoost, GAMBoost, getGAMBoostSelected)
export(fit.uniCox, fit.CoxBoost, sprinter, resample.sprinter,
       fit.rf, simul.int, fit.rf.select, fit.logicReg, fit.logicReg.select, fit.uniGlm, fit.GAMBoost)
S3method(summary,sprinter)
S3method(print, sprinter)
S3method(predict, sprinter)
S3method(summary,resample.sprinter)
S3method(print, resample.sprinter)
S3method(plot, resample.sprinter)

