# Generated by roxygen2: do not edit by hand

S3method(diagnose,rfmstate)
S3method(head,msdata)
S3method(importance,rfmstate)
S3method(plot,aj_estimate)
S3method(plot,rfmstate_diag)
S3method(plot,rfmstate_importance)
S3method(plot,rfmstate_pred)
S3method(predict,rfmstate)
S3method(print,aj_estimate)
S3method(print,msdata)
S3method(print,mstate_structure)
S3method(print,rfmstate)
S3method(print,rfmstate_diag)
S3method(print,rfmstate_importance)
S3method(print,rfmstate_pred)
S3method(print,summary.rfmstate)
S3method(print,trans_prob)
S3method(summary,rfmstate)
export(aalen_johansen)
export(clinical_states)
export(compute_trans_prob)
export(define_multistate)
export(diagnose)
export(importance)
export(plot_transition_diagram)
export(prepare_data)
export(rfmstate)
export(sim_clinical_data)
importFrom(grDevices,
  adjustcolor,
  rgb
)
importFrom(graphics,
  abline,
  arrows,
  axis,
  barplot,
  box,
  image,
  layout,
  legend,
  lines,
  mtext,
  par,
  plot,
  points,
  polygon,
  rect,
  text,
  title
)
importFrom(ranger,ranger)
importFrom(stats,
  complete.cases,
  median,
  model.matrix,
  predict,
  pweibull,
  quantile,
  rbinom,
  rnorm,
  runif,
  rweibull,
  var
)
importFrom(survival,Surv)
importFrom(utils,
  head,
  tail
)
