useDynLib(condSURV)
importFrom("foreach", "%dopar%", "%do%")
importFrom("foreach", foreach)
importFrom("doRNG", "%dorng%")
importFrom("parallel", detectCores)
importFrom("doParallel", registerDoParallel, stopImplicitCluster)
importFrom("KernSmooth", dpik)
importFrom("graphics", "matplot", "plot")
importFrom("stats", "binomial", "fitted", "glm", "na.omit", "quantile")
export(KM, PKM)
export(KMW, PKMW)
export(Beran, NWW, LLW)
export(survKMW, survLDM, survPLDM, survIPCW)
export(survCS)
export(plot.surv)
S3method(plot, surv)

