# Generated by roxygen2: do not edit by hand

S3method(IC,targeted)
S3method(coef,cross_validated)
S3method(coef,summary.truncatedscore)
S3method(coef,targeted)
S3method(cv,default)
S3method(cv,learner)
S3method(cv,learner_sl)
S3method(estimate,cate.targeted)
S3method(estimate,learner)
S3method(labels,targeted)
S3method(logLik,targeted)
S3method(model.matrix,design)
S3method(parameter,summary.truncatedscore)
S3method(parameter,targeted)
S3method(plot,calibration)
S3method(predict,calibration)
S3method(predict,density)
S3method(predict,learner)
S3method(predict,naivebayes)
S3method(predict,riskreg.targeted)
S3method(predict,superlearner)
S3method(print,calibration)
S3method(print,cross_validated)
S3method(print,cross_validated.learner_sl)
S3method(print,design)
S3method(print,learner.list)
S3method(print,naivebayes)
S3method(print,summarized_learner)
S3method(print,summary.ate.targeted)
S3method(print,summary.cate.targeted)
S3method(print,summary.moi.targeted)
S3method(print,summary.riskreg.targeted)
S3method(print,summary.targeted)
S3method(print,summary.truncatedscore)
S3method(print,superlearner)
S3method(print,targeted)
S3method(score,cross_validated)
S3method(score,superlearner)
S3method(subset,targeted)
S3method(summary,ate.targeted)
S3method(summary,cate.targeted)
S3method(summary,cross_validated)
S3method(summary,design)
S3method(summary,moi.targeted)
S3method(summary,riskreg.targeted)
S3method(summary,targeted)
S3method(summary,truncatedscore)
S3method(terms,design)
S3method(transform,targeted)
S3method(update,cate.targeted)
S3method(update,design)
S3method(vcov,targeted)
S3method(weights,numeric)
S3method(weights,superlearner)
export(IC)
export(RATE)
export(SL)
export(Surv)
export(aipw)
export(alean)
export(ate)
export(calibrate)
export(calibration)
export(cate)
export(cluster)
export(cumhaz)
export(cv)
export(design)
export(estimate)
export(estimate_truncatedscore)
export(expand.list)
export(isoregw)
export(learner)
export(learner_expand_grid)
export(learner_gam)
export(learner_glm)
export(learner_glmnet_cv)
export(learner_grf)
export(learner_hal)
export(learner_isoreg)
export(learner_mars)
export(learner_naivebayes)
export(learner_sl)
export(learner_stratify)
export(learner_surv_cox)
export(learner_surv_rf)
export(learner_svm)
export(learner_xgboost)
export(metalearner_convexcomb)
export(metalearner_discrete)
export(metalearner_nnls)
export(moi)
export(naivebayes)
export(nondom)
export(parameter)
export(pava)
export(predict_filter_bound)
export(predict_filter_bound_dynamic)
export(riskreg)
export(riskreg_cens)
export(riskreg_fit)
export(riskreg_mle)
export(score)
export(scoring)
export(sim)
export(softmax)
export(solve_ode)
export(specify_ode)
export(strata)
export(stratify)
export(superlearner)
export(test_intersection_sw)
export(test_zmax_onesided)
import(Rcpp)
import(methods)
importFrom(R6,R6Class)
importFrom(grDevices,nclass.Sturges)
importFrom(graphics,
  abline,
  lines,
  plot,
  points
)
importFrom(lava,
  IC,
  Inverse,
  estimate,
  expit,
  getoutcome,
  logit,
  na.pass0,
  parameter,
  predict_glm,
  score,
  sim
)
importFrom(rlang,
  call_match,
  hash
)
importFrom(stats,
  .getXlevels,
  approxfun,
  as.formula,
  binomial,
  coef,
  cov2cor,
  delete.response,
  density,
  deriv,
  dnorm,
  drop.terms,
  formula,
  gaussian,
  glm,
  glm.fit,
  lm,
  lm.fit,
  lm.wfit,
  model.extract,
  model.frame,
  model.matrix,
  model.offset,
  model.response,
  na.omit,
  na.pass,
  nlminb,
  offset,
  pchisq,
  pnorm,
  predict,
  quantile,
  reformulate,
  runif,
  sd,
  terms,
  uniroot,
  update,
  vcov,
  weighted.mean,
  weights
)
importFrom(survival,
  Surv,
  cluster,
  strata,
  survfit
)
importFrom(utils,
  capture.output,
  getFromNamespace,
  head,
  tail
)
useDynLib(targeted, .registration=TRUE)
