forked from kassambara/survminer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
78 lines (77 loc) · 1.85 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
71
72
73
74
75
76
77
78
# Generated by roxygen2: do not edit by hand
S3method("+",ggsurv)
S3method(grid.draw,ggsurvplot)
S3method(plot,surv_cutpoint)
S3method(print,ggcoxfunctional)
S3method(print,ggcoxzph)
S3method(print,ggsurvplot)
S3method(print,plot_surv_cutpoint)
S3method(print,surv_cutpoint)
S3method(summary,surv_cutpoint)
export("%++%")
export(arrange_ggsurvplots)
export(ggadjustedcurves)
export(ggcompetingrisks)
export(ggcoxdiagnostics)
export(ggcoxfunctional)
export(ggcoxzph)
export(ggcumcensor)
export(ggcumevents)
export(ggflexsurvplot)
export(ggforest)
export(ggrisktable)
export(ggsurvevents)
export(ggsurvplot)
export(ggsurvplot_add_all)
export(ggsurvplot_combine)
export(ggsurvplot_df)
export(ggsurvplot_facet)
export(ggsurvplot_group_by)
export(ggsurvplot_list)
export(ggsurvtable)
export(pairwise_survdiff)
export(surv_adjustedcurves)
export(surv_categorize)
export(surv_cutpoint)
export(surv_fit)
export(surv_group_by)
export(surv_median)
export(surv_pvalue)
export(surv_summary)
export(theme_cleantable)
export(theme_survminer)
import(broom)
import(ggplot2)
import(ggpubr)
import(grid)
import(gridExtra)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,summarise)
importFrom(ggplot2,geom_step)
importFrom(grDevices,axisTicks)
importFrom(magrittr,"%>%")
importFrom(methods,is)
importFrom(purrr,map)
importFrom(rlang,syms)
importFrom(stats,anova)
importFrom(stats,approx)
importFrom(stats,as.formula)
importFrom(stats,formula)
importFrom(stats,glm)
importFrom(stats,lowess)
importFrom(stats,pchisq)
importFrom(stats,predict)
importFrom(stats,resid)
importFrom(stats,residuals)
importFrom(stats,terms)
importFrom(stats,var)
importFrom(survMisc,comp)
importFrom(survMisc,ten)
importFrom(survival,Surv)
importFrom(survival,coxph)
importFrom(survival,survdiff)
importFrom(survival,survexp)
importFrom(survival,survfit)
importFrom(tidyr,gather)
importFrom(utils,capture.output)