forked from huellejn/prophets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
70 lines (69 loc) · 1.92 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
export(PFSr_power_calculate)
export(PFSr_power_calculation_ges)
export(PFSr_samplesize)
export(PFSr_samplesize_proportion)
export(correlate_PFS)
export(count_PFSr)
export(ges_PFSr_samplesize)
export(kaplanMeier_PFSr)
export(kernelKM_PFSr)
export(midrank_PFSr)
export(modify_PFS)
export(parametric_PFSr)
export(plot_correlation_PFS)
export(plot_cumHaz)
export(plot_kernelKM_PFSr)
export(plot_weibull)
export(prophets_summary)
export(summarize_PFS)
export(swimmerplot_PFSr)
export(test_weibull_distribution)
importFrom(broom,glance)
importFrom(broom,tidy)
importFrom(dplyr,arrange)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(ggplot2,aes)
importFrom(ggplot2,annotate)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_label)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,geom_step)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_shape_manual)
importFrom(ggplot2,scale_size_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(grid,unit)
importFrom(gsDesign,nBinomial1Sample)
importFrom(gtsummary,tbl_survfit)
importFrom(magrittr,"%>%")
importFrom(msm,deltamethod)
importFrom(parfm,parfm)
importFrom(parfm,tau)
importFrom(rlang,.data)
importFrom(survival,Surv)
importFrom(survival,survfit)
importFrom(survival,survreg)
importFrom(survminer,ggsurvplot)
importFrom(survminer,surv_fit)
importFrom(survminer,theme_survminer)
importFrom(tibble,tibble)
importFrom(tidyr,gather)
importFrom(tidyr,pivot_longer)