-
Notifications
You must be signed in to change notification settings - Fork 31
/
NAMESPACE
70 lines (69 loc) · 1.7 KB
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
S3method(add_CI,ggsurvfit)
S3method(add_CI,ggtidycuminc)
S3method(add_CNSR,ggsurvfit)
S3method(add_CNSR,ggtidycuminc)
S3method(add_highlight,ggsurvfit)
S3method(add_quantiles,ggsurvfit)
S3method(add_risktable,ggsurvfit)
S3method(add_risktable,ggtidycuminc)
S3method(get_COX_HR,survfit)
S3method(get_quantile,survfit)
S3method(get_risktable,survfit)
S3method(get_risktable,tidycuminc)
S3method(get_summary,survfit)
S3method(get_tableone,default)
S3method(render,data.frame)
S3method(render,risktable)
S3method(render,tableone)
S3method(summarize_long,default)
S3method(summarize_long,factor)
S3method(summarize_long,integer)
S3method(summarize_long,numeric)
S3method(summarize_short,default)
S3method(summarize_short,factor)
S3method(summarize_short,integer)
S3method(summarize_short,numeric)
S3method(tidyme,default)
S3method(tidyme,survfit)
S3method(visr,attrition)
S3method(visr,default)
S3method(visr,survfit)
S3method(visr,tidycuminc)
export("%>%")
export(StatStepribbon)
export(Surv)
export(Surv_CNSR)
export(add_CI)
export(add_CNSR)
export(add_annotation)
export(add_highlight)
export(add_quantiles)
export(add_risktable)
export(align_plots)
export(apply_attrition)
export(apply_theme)
export(define_theme)
export(estimate_KM)
export(estimate_cuminc)
export(get_COX_HR)
export(get_attrition)
export(get_pvalue)
export(get_quantile)
export(get_risktable)
export(get_summary)
export(get_tableone)
export(render)
export(stat_stepribbon)
export(summarize_long)
export(summarize_short)
export(tableone)
export(the_lhs)
export(tidyme)
export(visr)
importFrom(dplyr,"%>%")
importFrom(rlang,"%||%")
importFrom(rlang,.data)
importFrom(rlang,.env)
importFrom(survival,Surv)
importFrom(survival,survfit)