# Generated by roxygen2: do not edit by hand

export(cox_forest_plot_from_df)
export(dominant_exclusive)
export(get_focus_cohort)
export(km_panel_from_df)
export(plot_timeline_for_k)
export(prep_segs)
export(standardise_status)
export(timeline_panel)
export(treatment_shares)
export(tx_cluster_surv)
export(tx_compare_groups)
export(tx_duration)
export(tx_focus_dt)
export(tx_intervals)
export(tx_lines)
export(tx_normalize)
export(tx_pooled_analysis)
import(ggplot2)
importFrom(broom,tidy)
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,any_of)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,count)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,ends_with)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,inner_join)
importFrom(dplyr,intersect)
importFrom(dplyr,lag)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,n_distinct)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,rename_with)
importFrom(dplyr,row_number)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,semi_join)
importFrom(dplyr,slice_head)
importFrom(dplyr,slice_max)
importFrom(dplyr,starts_with)
importFrom(dplyr,summarise)
importFrom(dplyr,transmute)
importFrom(dplyr,ungroup)
importFrom(forcats,fct_reorder)
importFrom(ggnewscale,new_scale_colour)
importFrom(grDevices,hcl.colors)
importFrom(grid,unit)
importFrom(magrittr,"%>%")
importFrom(patchwork,plot_layout)
importFrom(patchwork,wrap_plots)
importFrom(purrr,imap_dfr)
importFrom(stats,as.formula)
importFrom(stats,kmeans)
importFrom(stats,kruskal.test)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,pchisq)
importFrom(stats,prcomp)
importFrom(stats,quantile)
importFrom(stats,relevel)
importFrom(stats,setNames)
importFrom(stats,var)
importFrom(stats,wilcox.test)
importFrom(stringr,regex)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_trim)
importFrom(survival,Surv)
importFrom(survival,coxph)
importFrom(survival,survdiff)
importFrom(survival,survfit)
importFrom(tibble,column_to_rownames)
importFrom(tibble,tibble)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,replace_na)
importFrom(tidyr,separate_rows)
importFrom(tidyr,unnest)
importFrom(umap,umap)
