# Generated by roxygen2: do not edit by hand

S3method(coef,CoxBoost)
S3method(plot,CoxBoost)
S3method(predict,CoxBoost)
S3method(predict,iCoxBoost)
S3method(print,CoxBoost)
S3method(summary,CoxBoost)
export(CoxBoost)
export(cv.CoxBoost)
export(cvcb.control)
export(estimPVal)
export(iCoxBoost)
export(optimCoxBoostPenalty)
export(resample.CoxBoost)
export(stabtrajec)
export(weightfreqmap)
import(Matrix)
importFrom(grDevices,gray)
importFrom(graphics,
  abline,
  axis,
  legend,
  lines,
  points,
  text
)
importFrom(stats,
  as.dist,
  cor,
  hclust,
  heatmap,
  model.frame,
  model.matrix,
  model.response,
  pchisq,
  predict,
  sd,
  terms
)
importFrom(survival,
  Surv,
  survfit
)
useDynLib(CoxBoost, .registration = TRUE)
