-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
137 lines (136 loc) · 3.42 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
# Generated by roxygen2: do not edit by hand
S3method(calibrate,coxex)
S3method(formula,coxex)
S3method(model.frame,coxex)
S3method(nobs,calibrator)
S3method(nobs,coxex)
S3method(plot,brier)
S3method(plot,calibrator)
S3method(plot,coxex)
S3method(predict,coxex)
S3method(print,calibrator)
S3method(print,coxex)
S3method(resid,coxex)
S3method(residuals,coxex)
S3method(summary,calibrator)
S3method(summary,coxex)
S3method(surv_brier,coxex)
S3method(surv_brier,coxph)
S3method(validate,coxex)
export(as_coxex)
export(as_coxph)
export(brier)
export(calibrate.coxex)
export(calibrator)
export(coxex)
export(cut_quantiles)
export(get_cox_assumptions)
export(get_cox_calibration)
export(get_cox_estimates)
export(get_cox_pec)
export(get_cox_qc)
export(get_cox_qc_plots)
export(get_cox_stats)
export(get_cox_validation)
export(is_brier)
export(is_calibrator)
export(is_coxex)
export(model.frame.coxex)
export(plot.brier)
export(plot.calibrator)
export(plot.coxex)
export(plot_cox_fit)
export(predict.coxex)
export(resid.coxex)
export(residuals.coxex)
export(summary.calibrator)
export(summary.coxex)
export(surv2df)
export(surv_brier)
export(surv_brier.coxex)
export(surv_brier.coxph)
export(validate.coxex)
import(prodlim)
importFrom(broom,augment)
importFrom(dplyr,arrange)
importFrom(dplyr,count)
importFrom(dplyr,ends_with)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,relocate)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(forcats,fct_recode)
importFrom(forcats,fct_relabel)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_path)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,is.theme)
importFrom(ggplot2,labs)
importFrom(ggplot2,position_jitter)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,theme)
importFrom(ggrepel,geom_text_repel)
importFrom(pec,crps)
importFrom(pec,pec)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map2_dfr)
importFrom(purrr,map_dfc)
importFrom(purrr,map_dfr)
importFrom(purrr,map_lgl)
importFrom(purrr,pmap)
importFrom(rlang,.data)
importFrom(rlang,`!!!`)
importFrom(rlang,`!!`)
importFrom(rlang,`:=`)
importFrom(rlang,call2)
importFrom(rlang,enexpr)
importFrom(rlang,eval_tidy)
importFrom(rlang,quo)
importFrom(rlang,set_names)
importFrom(rms,calibrate)
importFrom(rms,cph)
importFrom(rms,validate)
importFrom(stats,AIC)
importFrom(stats,BIC)
importFrom(stats,as.formula)
importFrom(stats,confint)
importFrom(stats,formula)
importFrom(stats,median)
importFrom(stats,model.frame)
importFrom(stats,nobs)
importFrom(stats,pchisq)
importFrom(stats,ppoints)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,reorder)
importFrom(stats,resid)
importFrom(stats,residuals)
importFrom(stats,sd)
importFrom(stats,shapiro.test)
importFrom(stringi,stri_detect)
importFrom(stringi,stri_extract)
importFrom(stringi,stri_replace)
importFrom(survMisc,rsq)
importFrom(survival,cox.zph)
importFrom(survival,coxph)
importFrom(survminer,ggsurvplot)
importFrom(survminer,ggsurvplot_combine)
importFrom(survminer,surv_fit)
importFrom(survminer,surv_summary)
importFrom(tibble,as_tibble)
importFrom(tibble,rownames_to_column)
importFrom(tibble,tibble)
importFrom(tidyr,any_of)
importFrom(tidyr,pivot_longer)