# Generated by roxygen2: do not edit by hand

S3method(plot,find_cutpoint)
S3method(plot,find_cutpoint_number_result)
S3method(plot,validate_cutpoint_result)
S3method(print,find_cutpoint)
S3method(print,find_cutpoint_number_result)
S3method(print,validate_cutpoint_result)
S3method(summary,find_cutpoint)
S3method(summary,find_cutpoint_number_result)
S3method(summary,validate_cutpoint_result)
export(find_cutpoint)
export(find_cutpoint_number)
export(plot_cutpoint_residuals)
export(plot_landmark_stratification)
export(plot_optimisation_curve)
export(plot_validation)
export(theme_optsurv)
export(validate_cutpoint)
importFrom(Rcpp,
  evalCpp,
  sourceCpp
)
importFrom(cli,
  cli_abort,
  cli_alert_info,
  cli_alert_success,
  cli_alert_warning,
  cli_bullets,
  cli_h1,
  cli_h2,
  cli_inform,
  cli_progress_bar,
  cli_progress_update,
  cli_text,
  cli_warn
)
importFrom(doParallel,registerDoParallel)
importFrom(foreach,
  "%do%",
  "%dopar%",
  foreach,
  registerDoSEQ
)
importFrom(ggplot2,
  .data,
  aes,
  annotate,
  element_blank,
  element_line,
  element_rect,
  element_text,
  facet_wrap,
  geom_blank,
  geom_col,
  geom_density,
  geom_density_2d,
  geom_density_2d_filled,
  geom_errorbar,
  geom_hline,
  geom_line,
  geom_point,
  geom_smooth,
  geom_text,
  geom_tile,
  geom_vline,
  ggplot,
  labs,
  margin,
  rel,
  scale_color_manual,
  scale_fill_manual,
  scale_fill_viridis_c,
  scale_fill_viridis_d,
  scale_x_continuous,
  scale_y_continuous,
  theme,
  theme_minimal,
  xlim
)
importFrom(grDevices,colorRampPalette)
importFrom(parallel,
  detectCores,
  makeCluster,
  stopCluster
)
importFrom(patchwork,
  plot_layout,
  wrap_plots
)
importFrom(rlang,
  .data,
  sym
)
importFrom(stats,
  IQR,
  aggregate,
  as.formula,
  complete.cases,
  median,
  na.omit,
  na.pass,
  pchisq,
  quantile,
  relevel,
  sd,
  symnum,
  time
)
importFrom(survival,
  Surv,
  cox.zph,
  coxph,
  survdiff,
  survfit
)
importFrom(tidyr,
  everything,
  pivot_longer
)
importFrom(tools,toTitleCase)
useDynLib(OptSurvCutR, .registration = TRUE)
