-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathNAMESPACE
More file actions
84 lines (83 loc) · 2.3 KB
/
NAMESPACE
File metadata and controls
84 lines (83 loc) · 2.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# Generated by roxygen2: do not edit by hand
S3method(add_difference_row,tbl_survfit_times)
S3method(add_overall,tbl_baseline_chg)
S3method(add_overall,tbl_hierarchical_rate_and_count)
S3method(add_overall,tbl_hierarchical_rate_by_grade)
S3method(add_overall,tbl_shift)
S3method(add_overall,tbl_survfit_quantiles)
S3method(add_overall,tbl_survfit_times)
export("%>%")
export(add_blank_rows)
export(add_difference_row)
export(add_forest)
export(add_hierarchical_count_row)
export(add_overall)
export(annotate_coxph)
export(annotate_riskdf)
export(annotate_surv_med)
export(calc_stats)
export(filter_hierarchical)
export(g_lineplot)
export(g_lineplot_table)
export(get_cox_pairwise_df)
export(gg_km)
export(label_roche_number)
export(label_roche_percent)
export(label_roche_pvalue)
export(label_roche_ratio)
export(modify_header_rm_md)
export(modify_zero_recode)
export(preprocess_lineplot_data)
export(process_survfit)
export(remove_duplicate_keys)
export(sort_hierarchical)
export(style_roche_number)
export(style_roche_percent)
export(style_roche_pvalue)
export(style_roche_ratio)
export(tbl_baseline_chg)
export(tbl_demographics)
export(tbl_hierarchical_rate_and_count)
export(tbl_hierarchical_rate_by_grade)
export(tbl_listing)
export(tbl_null_report)
export(tbl_roche_subgroups)
export(tbl_roche_summary)
export(tbl_shift)
export(tbl_survfit_quantiles)
export(tbl_survfit_times)
export(theme_gtsummary_roche)
import(ggplot2)
import(glue)
import(rlang)
importFrom(broom,tidy)
importFrom(cards,ard_tabulate_value)
importFrom(cowplot,draw_plot)
importFrom(cowplot,ggdraw)
importFrom(cowplot,plot_grid)
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,any_of)
importFrom(dplyr,contains)
importFrom(dplyr,ends_with)
importFrom(dplyr,everything)
importFrom(dplyr,last_col)
importFrom(dplyr,matches)
importFrom(dplyr,mutate)
importFrom(dplyr,num_range)
importFrom(dplyr,starts_with)
importFrom(dplyr,where)
importFrom(gtsummary,add_difference_row)
importFrom(gtsummary,add_overall)
importFrom(gtsummary,filter_hierarchical)
importFrom(gtsummary,sort_hierarchical)
importFrom(labeling,extended)
importFrom(scales,label_comma)
importFrom(stats,median)
importFrom(stats,pchisq)
importFrom(survival,Surv)
importFrom(survival,coxph)
importFrom(survival,survdiff)
importFrom(tidyr,pivot_wider)
importFrom(utils,tail)